File tree Expand file tree Collapse file tree 11 files changed +13
-11
lines changed Expand file tree Collapse file tree 11 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 1
1
Change history for HTML-Form
2
2
3
+ {{$NEXT}}
4
+
3
5
6.12 2024-10-18 16:19:06Z
4
6
- Fix CRLF normalization with HTTP::Message 7.00 (GH#53) (Graham Knop)
5
7
Original file line number Diff line number Diff line change 1
- # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.025 .
1
+ # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.032 .
2
2
use strict;
3
3
use warnings;
4
4
@@ -35,7 +35,7 @@ my %WriteMakefileArgs = (
35
35
" Test::Warnings" => 0,
36
36
" warnings" => 0
37
37
},
38
- " VERSION" => " 6.12 " ,
38
+ " VERSION" => " 6.13 " ,
39
39
" test" => {
40
40
" TESTS" => " t/*.t"
41
41
}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use HTML::Form::ImageInput ();
13
13
use HTML::Form::FileInput ();
14
14
use HTML::Form::KeygenInput ();
15
15
16
- our $VERSION = ' 6.12 ' ;
16
+ our $VERSION = ' 6.13 ' ;
17
17
18
18
my %form_tags = map { $_ => 1 } qw( input textarea button select option) ;
19
19
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTML::Form::FileInput;
3
3
use strict;
4
4
use parent ' HTML::Form::TextInput' ;
5
5
6
- our $VERSION = ' 6.12 ' ;
6
+ our $VERSION = ' 6.13 ' ;
7
7
8
8
# ABSTRACT: An HTML form file input element for use with HTML::Form
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTML::Form::IgnoreInput;
3
3
use strict;
4
4
use parent ' HTML::Form::Input' ;
5
5
6
- our $VERSION = ' 6.12 ' ;
6
+ our $VERSION = ' 6.13 ' ;
7
7
8
8
# ABSTRACT: An HTML form ignored input element for use with HTML::Form
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTML::Form::ImageInput;
3
3
use strict;
4
4
use parent ' HTML::Form::SubmitInput' ;
5
5
6
- our $VERSION = ' 6.12 ' ;
6
+ our $VERSION = ' 6.13 ' ;
7
7
8
8
# ABSTRACT: An HTML form image input element for use with HTML::Form
9
9
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package HTML::Form::Input;
2
2
3
3
use strict;
4
4
5
- our $VERSION = ' 6.12 ' ;
5
+ our $VERSION = ' 6.13 ' ;
6
6
7
7
# ABSTRACT: A generic HTML form input element for use with HTML::Form
8
8
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTML::Form::KeygenInput;
3
3
use strict;
4
4
use parent ' HTML::Form::Input' ;
5
5
6
- our $VERSION = ' 6.12 ' ;
6
+ our $VERSION = ' 6.13 ' ;
7
7
8
8
# ABSTRACT: An HTML form keygen input element for use with HTML::Form
9
9
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use parent 'HTML::Form::Input';
5
5
6
6
use Carp ' croak' ;
7
7
8
- our $VERSION = ' 6.12 ' ;
8
+ our $VERSION = ' 6.13 ' ;
9
9
10
10
# ABSTRACT: An HTML form list input element for use with HTML::Form
11
11
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTML::Form::SubmitInput;
3
3
use strict;
4
4
use parent ' HTML::Form::Input' ;
5
5
6
- our $VERSION = ' 6.12 ' ;
6
+ our $VERSION = ' 6.13 ' ;
7
7
8
8
# ABSTRACT: An HTML form submit input element for use with HTML::Form
9
9
You can’t perform that action at this time.
0 commit comments