X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FCGI%2FEx%2FFill.pm;h=c4ab9f4621910c0870c6ff93893277a00c24f32b;hb=a9adfe5a3786f860510fcf10792958a25e1a7727;hp=6c407806605e35e3fe02031db4ca52b7171d092e;hpb=8abbacc82b52f460bef67c1923ae98873a95e123;p=chaz%2Fp5-CGI-Ex diff --git a/lib/CGI/Ex/Fill.pm b/lib/CGI/Ex/Fill.pm index 6c40780..c4ab9f4 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.08'; + $VERSION = '2.20'; @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