Skip to content

Commit 37f3848

Browse files
committed
increment $VERSION after 6.09 release
1 parent f4d598e commit 37f3848

3 files changed

Lines changed: 5 additions & 3 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.09 2022-08-14 22:16:37Z
46

57
- Replace "use vars" with "our" (GH#34) (James Raspass)

Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

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.09';
8+
our $VERSION = '6.10';
99

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

0 commit comments

Comments
 (0)