diff --git a/Changes b/Changes index fe5b642..356ea07 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for MojoX-Renderer-TT +0.30 September 9, 2009 - revert the change of stash key, template_path is the prior source for the template file again (Sebastian Knapp) - reflect recent changes in mojo project (v0.991251) (Sebastian Knapp) diff --git a/Makefile.PL b/Makefile.PL index 07fd2bc..9273651 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,7 @@ WriteMakefile( PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, - 'Mojo' => 0.991237, + 'Mojo' => 0.991251, 'Template' => 2.18, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, diff --git a/lib/MojoX/Renderer/TT.pm b/lib/MojoX/Renderer/TT.pm index 24e8333..10920e8 100644 --- a/lib/MojoX/Renderer/TT.pm +++ b/lib/MojoX/Renderer/TT.pm @@ -8,7 +8,7 @@ use Template (); use Carp (); use File::Spec (); -our $VERSION = '0.21'; +our $VERSION = '0.30'; __PACKAGE__->attr('tt');