X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-CGI-Ex;a=blobdiff_plain;f=lib%2FCGI%2FEx%2FFill.pm;h=646e21003782c846256d8255af137c845c094201;hp=b90acf98f675ef57280ac4dc69378d0ecb84872e;hb=6c57b3331d84010b9e2031f8e3c8937c3117e8fc;hpb=a8620142ba0dcda3f0c5f102f791df944ed2245e diff --git a/lib/CGI/Ex/Fill.pm b/lib/CGI/Ex/Fill.pm index b90acf9..646e210 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.01'; + $VERSION = '2.11'; @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{ (