Prepare 0.30; update Mojo dependency
This commit is contained in:
@@ -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)
|
||||
|
||||
+1
-1
@@ -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', },
|
||||
|
||||
@@ -8,7 +8,7 @@ use Template ();
|
||||
use Carp ();
|
||||
use File::Spec ();
|
||||
|
||||
our $VERSION = '0.21';
|
||||
our $VERSION = '0.30';
|
||||
|
||||
__PACKAGE__->attr('tt');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user