]> Dogcows Code - chaz/p5-CGI-Ex/blobdiff - lib/CGI/Ex/Template.pm
CGI::Ex 2.16
[chaz/p5-CGI-Ex] / lib / CGI / Ex / Template.pm
index 0e00f76a481a85ec149454731052d570490b354c..d9a4f54955e5f69cde476d164b9ed7047c268acb 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.003;
+use Template::Alloy 1.004;
 use base qw(Template::Alloy);
 use vars qw($VERSION
             $QR_PRIVATE
@@ -25,7 +25,7 @@ use vars qw($VERSION
             $VOBJS
             );
 
-$VERSION = '2.15';
+$VERSION = '2.16';
 
 ### install true symbol table aliases that can be localized
 *QR_PRIVATE        = *Template::Alloy::QR_PRIVATE;
@@ -148,12 +148,12 @@ suggested that you use Template::Alloy directly instead.
 For examples of usage, configuration, syntax, bugs, vmethods,
 directives, etc please refer to the L<Template::Alloy> documentation.
 
-=head1 AUTHOR
-
-Paul Seamons <perl at seamons dot com>
-
 =head1 LICENSE
 
 This module may be distributed under the same terms as Perl itself.
 
+=head1 AUTHOR
+
+Paul Seamons <perl at seamons dot com>
+
 =cut
This page took 0.017171 seconds and 4 git commands to generate.