]> Dogcows Code - chaz/p5-CGI-Ex/blobdiff - lib/CGI/Ex/Template.pm
CGI::Ex 2.15
[chaz/p5-CGI-Ex] / lib / CGI / Ex / Template.pm
index 2f6fbfa69990c2bfef129cef4322f78ff5c4400d..0e00f76a481a85ec149454731052d570490b354c 100644 (file)
@@ -8,7 +8,7 @@ CGI::Ex::Template - Template::Alloy based TT2/TT3/HT/HTE/Tmpl/Velocity engine.
 
 use strict;
 use warnings;
-use Template::Alloy 1.002;
+use Template::Alloy 1.003;
 use base qw(Template::Alloy);
 use vars qw($VERSION
             $QR_PRIVATE
@@ -25,7 +25,7 @@ use vars qw($VERSION
             $VOBJS
             );
 
-$VERSION = '2.14';
+$VERSION = '2.15';
 
 ### install true symbol table aliases that can be localized
 *QR_PRIVATE        = *Template::Alloy::QR_PRIVATE;
This page took 0.018544 seconds and 4 git commands to generate.