We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0e979 commit 7cdafe1Copy full SHA for 7cdafe1
3 files changed
Changes
@@ -1,5 +1,7 @@
1
Change history for HTML-Form
2
3
+{{$NEXT}}
4
+
5
6.10 2022-08-22 13:20:12Z
6
- Use "croak" instead of "die" to show errors from the perspective of the
7
caller [RT#20499] (GH#29) (Julien Fiegehenn)
Makefile.PL
@@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
33
"Test::More" => "0.96",
34
"warnings" => 0
35
},
36
- "VERSION" => "6.10",
+ "VERSION" => "6.11",
37
"test" => {
38
"TESTS" => "t/*.t"
39
}
lib/HTML/Form.pm
@@ -5,7 +5,7 @@ use URI;
use Carp ();
use Encode ();
8
-our $VERSION = '6.10';
+our $VERSION = '6.11';
9
10
my %form_tags = map {$_ => 1} qw(input textarea button select option);
11
0 commit comments