Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.01001. Changelog di…
Browse files Browse the repository at this point in the history
…ff is:
  • Loading branch information
typester committed Jun 29, 2009
1 parent 44bfc44 commit 3e84112
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,4 +1,7 @@
Revision history for Perl extension Text::MicroTemplate::Extended

0.01001 2009-06-29T16:12:13+09:00
- added coderef support to template_args

0.01 2009-06-29T15:31:52+09:00
- original version
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -28,6 +28,7 @@ t/pod.t
t/pod_coverage.t
t/templates/args.mt
t/templates/base.mt
t/templates/code.mt
t/templates/content.mt
t/templates/simple.mt
t/templates/subbase.mt
Expand Down
2 changes: 1 addition & 1 deletion lib/Text/MicroTemplate/Extended.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
use base 'Text::MicroTemplate::File';

our $VERSION = '0.01';
our $VERSION = '0.01001';

sub new {
my $self = shift->SUPER::new(@_);
Expand Down

0 comments on commit 3e84112

Please sign in to comment.