Prepare 0.30; update Mojo dependency

This commit is contained in:
Ask Bjørn Hansen
2009-09-09 21:18:55 -07:00
parent d7726cfa0e
commit ec4e464d90
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -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
View File
@@ -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', },
+1 -1
View File
@@ -8,7 +8,7 @@ use Template ();
use Carp ();
use File::Spec ();
our $VERSION = '0.21';
our $VERSION = '0.30';
__PACKAGE__->attr('tt');