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 11Change history for HTML-Form
22
3+ {{$NEXT}}
4+
356.12 2024-10-18 16:19:06Z
46 - Fix CRLF normalization with HTTP::Message 7.00 (GH#53) (Graham Knop)
57
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 .
22use strict;
33use warnings;
44
@@ -35,7 +35,7 @@ my %WriteMakefileArgs = (
3535 " Test::Warnings" => 0,
3636 " warnings" => 0
3737 },
38- " VERSION" => " 6.12 " ,
38+ " VERSION" => " 6.13 " ,
3939 " test" => {
4040 " TESTS" => " t/*.t"
4141 }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use HTML::Form::ImageInput ();
1313use HTML::Form::FileInput ();
1414use HTML::Form::KeygenInput ();
1515
16- our $VERSION = ' 6.12 ' ;
16+ our $VERSION = ' 6.13 ' ;
1717
1818my %form_tags = map { $_ => 1 } qw( input textarea button select option) ;
1919
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTML::Form::FileInput;
33use strict;
44use parent ' HTML::Form::TextInput' ;
55
6- our $VERSION = ' 6.12 ' ;
6+ our $VERSION = ' 6.13 ' ;
77
88# ABSTRACT: An HTML form file input element for use with HTML::Form
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTML::Form::IgnoreInput;
33use strict;
44use parent ' HTML::Form::Input' ;
55
6- our $VERSION = ' 6.12 ' ;
6+ our $VERSION = ' 6.13 ' ;
77
88# ABSTRACT: An HTML form ignored input element for use with HTML::Form
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTML::Form::ImageInput;
33use strict;
44use parent ' HTML::Form::SubmitInput' ;
55
6- our $VERSION = ' 6.12 ' ;
6+ our $VERSION = ' 6.13 ' ;
77
88# ABSTRACT: An HTML form image input element for use with HTML::Form
99
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package HTML::Form::Input;
22
33use strict;
44
5- our $VERSION = ' 6.12 ' ;
5+ our $VERSION = ' 6.13 ' ;
66
77# ABSTRACT: A generic HTML form input element for use with HTML::Form
88
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTML::Form::KeygenInput;
33use strict;
44use parent ' HTML::Form::Input' ;
55
6- our $VERSION = ' 6.12 ' ;
6+ our $VERSION = ' 6.13 ' ;
77
88# ABSTRACT: An HTML form keygen input element for use with HTML::Form
99
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use parent 'HTML::Form::Input';
55
66use Carp ' croak' ;
77
8- our $VERSION = ' 6.12 ' ;
8+ our $VERSION = ' 6.13 ' ;
99
1010# ABSTRACT: An HTML form list input element for use with HTML::Form
1111
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTML::Form::SubmitInput;
33use strict;
44use parent ' HTML::Form::Input' ;
55
6- our $VERSION = ' 6.12 ' ;
6+ our $VERSION = ' 6.13 ' ;
77
88# ABSTRACT: An HTML form submit input element for use with HTML::Form
99
You can’t perform that action at this time.
0 commit comments