Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.04.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index f65cd55..b19b123 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Template::Plugin::MobileJPPictogram

+0.04
+
+    - Test::Base is required
+
 0.03

     - modernize package
  • Loading branch information
tokuhirom committed Nov 6, 2011
1 parent fed704a commit a697586
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Template::Plugin::MobileJPPictogram

0.04

- Test::Base is required

0.03

- modernize package
Expand Down
2 changes: 1 addition & 1 deletion lib/Template/Plugin/MobileJPPictogram.pm
Expand Up @@ -3,7 +3,7 @@ package Template::Plugin::MobileJPPictogram;
use strict;
use warnings;
use 5.0080008;
our $VERSION = '0.03';
our $VERSION = '0.04';

require Template::Plugin;
use base qw(Template::Plugin);
Expand Down

0 comments on commit a697586

Please sign in to comment.