X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-CGI-Ex;a=blobdiff_plain;f=lib%2FCGI%2FEx%2FTemplate.pm;h=c3acbbc7f9485bd7bb23d14c0dfab8e4b3a7833e;hp=2f6fbfa69990c2bfef129cef4322f78ff5c4400d;hb=490b94ab4051adf93abf16a4ed34efb923d6e8fc;hpb=aa030874456c91d688e6c9b25e82d2bf9575ea6f diff --git a/lib/CGI/Ex/Template.pm b/lib/CGI/Ex/Template.pm index 2f6fbfa..c3acbbc 100644 --- a/lib/CGI/Ex/Template.pm +++ b/lib/CGI/Ex/Template.pm @@ -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.004; 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.22'; ### 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 documentation. -=head1 AUTHOR - -Paul Seamons - =head1 LICENSE This module may be distributed under the same terms as Perl itself. +=head1 AUTHOR + +Paul Seamons + =cut