X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FCGI%2FEx%2FFill.pm;h=ee6d2a15922860c1064c75224a9879ecb761b145;hb=3fe8e76eb82e9d74f656674c5ba913950e166ab1;hp=662c0d9a7ee823be96450a62aeb329d9bc559011;hpb=4eee158dce82376f2f37de29d91c53f60a24aebe;p=chaz%2Fp5-CGI-Ex diff --git a/lib/CGI/Ex/Fill.pm b/lib/CGI/Ex/Fill.pm index 662c0d9..ee6d2a1 100644 --- a/lib/CGI/Ex/Fill.pm +++ b/lib/CGI/Ex/Fill.pm @@ -24,7 +24,7 @@ use vars qw($VERSION use base qw(Exporter); BEGIN { - $VERSION = '2.00'; + $VERSION = '2.02'; @EXPORT = qw(form_fill); @EXPORT_OK = qw(fill form_fill html_escape get_tagval_by_key swap_tagval_by_key); };