Prepare v0.21 to work with new Mojo's
This commit is contained in:
4
Changes
4
Changes
@@ -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
|
||||
|
||||
@@ -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', },
|
||||
|
||||
@@ -8,7 +8,7 @@ use Template ();
|
||||
use Carp ();
|
||||
use File::Spec ();
|
||||
|
||||
our $VERSION = '0.20';
|
||||
our $VERSION = '0.21';
|
||||
|
||||
__PACKAGE__->attr('tt', chained => 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user