X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FCGI%2FEx%2FFill.pm;h=25e13bee95e9928c0705166056b88c58e9a5e023;hb=refs%2Ftags%2Fv2.07;hp=2ae971ffc73a17b26a76fb28385aeed638687d93;hpb=83f0c6a9aaf9bc520cef93b958d51a5d85e8999c;p=chaz%2Fp5-CGI-Ex diff --git a/lib/CGI/Ex/Fill.pm b/lib/CGI/Ex/Fill.pm index 2ae971f..25e13be 100644 --- a/lib/CGI/Ex/Fill.pm +++ b/lib/CGI/Ex/Fill.pm @@ -7,7 +7,7 @@ CGI::Ex::Fill - Fast but compliant regex based form filler =cut ###----------------------------------------------------------------### -# Copyright 2006 - Paul Seamons # +# Copyright 2007 - Paul Seamons # # Distributed under the Perl Artistic License without warranty # ###----------------------------------------------------------------### @@ -24,7 +24,7 @@ use vars qw($VERSION use base qw(Exporter); BEGIN { - $VERSION = '2.06'; + $VERSION = '2.07'; @EXPORT = qw(form_fill); @EXPORT_OK = qw(fill form_fill html_escape get_tagval_by_key swap_tagval_by_key); }; @@ -185,7 +185,7 @@ sub fill { ### First pass ### swap form elements if they have a name $$ref =~ s{ - (] )* >) # nested html ok + (] )+ >) # nested html ok }{ ### get the type and name - intentionally exlude names with nested "' my $tag = $1; @@ -249,7 +249,7 @@ sub fill { my $opts = substr($$ref, $start[$i], $close[$i] - $start[$i]); $opts =~ s{ (