X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-CGI-Ex;a=blobdiff_plain;f=lib%2FCGI%2FEx%2FTemplate.pm;h=f326155b16742ec42deae3d8febca4ea158ff190;hp=a2859027aee1f1de70c9b3d0cf3b673c5af3ee11;hb=a8620142ba0dcda3f0c5f102f791df944ed2245e;hpb=4eee158dce82376f2f37de29d91c53f60a24aebe diff --git a/lib/CGI/Ex/Template.pm b/lib/CGI/Ex/Template.pm index a285902..f326155 100644 --- a/lib/CGI/Ex/Template.pm +++ b/lib/CGI/Ex/Template.pm @@ -36,7 +36,7 @@ use vars qw($VERSION ); BEGIN { - $VERSION = '2.00'; + $VERSION = '2.01'; $PACKAGE_EXCEPTION = 'CGI::Ex::Template::Exception'; $PACKAGE_ITERATOR = 'CGI::Ex::Template::Iterator';