Prepare v0.21 to work with new Mojo's

This commit is contained in:
Ask Bjørn Hansen
2009-07-29 15:49:24 -07:00
parent 165c3b39f2
commit 6cae190a7a
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
Revision history for MojoX-Renderer-TT
0.21 July 29, 2009
- Update stash key from 'template_path' to 'template' to
match mojo change (Sebastian Knapp)
0.20 December 9, 2008
- Updates to work with Mojo 0.9
- Add default INCLUDE_PATH

View File

@@ -13,7 +13,7 @@ WriteMakefile(
PL_FILES => {},
PREREQ_PM => {
'Test::More' => 0,
'Mojo' => 0.9,
'Mojo' => 0.991237,
'Template' => 2.18,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },

View File

@@ -8,7 +8,7 @@ use Template ();
use Carp ();
use File::Spec ();
our $VERSION = '0.20';
our $VERSION = '0.21';
__PACKAGE__->attr('tt', chained => 1);