File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change history for HTML-Form
22
3+ {{$NEXT}}
4+
356.09 2022-08-14 22:16:37Z
46
57 - Replace "use vars" with "our" (GH#34) (James Raspass)
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ my %WriteMakefileArgs = (
2424 " HTTP::Request::Common" => " 6.03" ,
2525 " Test::More" => " 0.96" ,
2626 " URI" => " 1.10" ,
27- " strict" => 0,
27+ " strict" => 0
2828 },
2929 " TEST_REQUIRES" => {
3030 " ExtUtils::MakeMaker" => 0,
@@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
3333 " Test::More" => " 0.96" ,
3434 " warnings" => 0
3535 },
36- " VERSION" => " 6.09 " ,
36+ " VERSION" => " 6.10 " ,
3737 " test" => {
3838 " TESTS" => " t/*.t"
3939 }
Original file line number Diff line number Diff line change 55use Carp ();
66use Encode ();
77
8- our $VERSION = ' 6.09 ' ;
8+ our $VERSION = ' 6.10 ' ;
99
1010my %form_tags = map {$_ => 1} qw( input textarea button select option) ;
1111
You can’t perform that action at this time.
0 commit comments