Skip to content

Commit 7cdafe1

Browse files
committed
increment $VERSION after 6.10 release
1 parent ca0e979 commit 7cdafe1

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Change history for HTML-Form
22

3+
{{$NEXT}}
4+
35
6.10 2022-08-22 13:20:12Z
46
- Use "croak" instead of "die" to show errors from the perspective of the
57
caller [RT#20499] (GH#29) (Julien Fiegehenn)

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
3333
"Test::More" => "0.96",
3434
"warnings" => 0
3535
},
36-
"VERSION" => "6.10",
36+
"VERSION" => "6.11",
3737
"test" => {
3838
"TESTS" => "t/*.t"
3939
}

lib/HTML/Form.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use URI;
55
use Carp ();
66
use Encode ();
77

8-
our $VERSION = '6.10';
8+
our $VERSION = '6.11';
99

1010
my %form_tags = map {$_ => 1} qw(input textarea button select option);
1111

0 commit comments

Comments
 (0)