X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-CGI-Ex;a=blobdiff_plain;f=lib%2FCGI%2FEx%2FFill.pm;h=1bc90f31d5b55a0a08c7b514c71e24162c39d0d2;hp=9cf60cd388b494a191bbe8aad191047ba6750572;hb=490b94ab4051adf93abf16a4ed34efb923d6e8fc;hpb=80a766126b7d0281ee013d369d9e6af45cc2cf42 diff --git a/lib/CGI/Ex/Fill.pm b/lib/CGI/Ex/Fill.pm index 9cf60cd..1bc90f3 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.13'; + $VERSION = '2.22'; @EXPORT = qw(form_fill); @EXPORT_OK = qw(fill form_fill html_escape get_tagval_by_key swap_tagval_by_key); }; @@ -838,6 +838,6 @@ This module may distributed under the same terms as Perl itself. =head1 AUTHOR -Paul Seamons +Paul Seamons =cut