Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.04. Changelog diff is:
Browse files Browse the repository at this point in the history
  • Loading branch information
typester committed Aug 3, 2009
1 parent 1ce56dd commit f865d31
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .shipit
@@ -1,4 +1,6 @@
steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN, Twitter

git.tagpattern = %v
git.push_to = origin

twitter.config = ~/.pit/twitter.yaml
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Text::MicroTemplate::Extended

0.04 2009-08-03T12:29:02+09:00
- depends Text::MicroTemplate 0.07
now 'render' method returns Text::MicroTemplate::EncodedString object.

0.03002 2009-07-25T15:23:59+09:00
- fixed wrong line number at template error messages

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.03002';
our $VERSION = '0.04';

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

0 comments on commit f865d31

Please sign in to comment.