Skip to content

Commit a6b85d8

Browse files
committed
v6.11
- Perl::Tidy-ed the entire codebase (GH#42) (Julien Fiegehenn) - Split extra packages inside HTML::Form into their own module files and consolidate documentation (GH#43) (Julien Fiegehenn) - Added test to check unrecognized options to parse(). (GH#46) (Mohammad S Anwar)
1 parent d4bce0e commit a6b85d8

File tree

4 files changed

+51
-24
lines changed

4 files changed

+51
-24
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Change history for HTML-Form
22

3-
{{$NEXT}}
3+
6.11 2023-02-11 11:49:19Z
44
- Perl::Tidy-ed the entire codebase (GH#42) (Julien Fiegehenn)
55
- Split extra packages inside HTML::Form into their own module files
66
and consolidate documentation (GH#43) (Julien Fiegehenn)

META.json

Lines changed: 41 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"Test::MinimumVersion" : "0",
4343
"Test::Mojibake" : "0",
4444
"Test::More" : "0.94",
45+
"Test::NoTabs" : "0",
4546
"Test::Pod" : "1.41",
4647
"Test::Pod::Coverage" : "1.08",
4748
"Test::Portability::Files" : "0",
@@ -60,6 +61,7 @@
6061
"HTTP::Request::Common" : "6.03",
6162
"Test::More" : "0.96",
6263
"URI" : "1.10",
64+
"parent" : "0",
6365
"perl" : "5.008001",
6466
"strict" : "0"
6567
}
@@ -73,46 +75,47 @@
7375
"File::Spec" : "0",
7476
"HTTP::Response" : "0",
7577
"Test::More" : "0.96",
78+
"Test::Warnings" : "0",
7679
"warnings" : "0"
7780
}
7881
}
7982
},
8083
"provides" : {
8184
"HTML::Form" : {
8285
"file" : "lib/HTML/Form.pm",
83-
"version" : "6.10"
86+
"version" : "6.11"
8487
},
8588
"HTML::Form::FileInput" : {
86-
"file" : "lib/HTML/Form.pm",
87-
"version" : "6.10"
89+
"file" : "lib/HTML/Form/FileInput.pm",
90+
"version" : "6.11"
8891
},
8992
"HTML::Form::IgnoreInput" : {
90-
"file" : "lib/HTML/Form.pm",
91-
"version" : "6.10"
93+
"file" : "lib/HTML/Form/IgnoreInput.pm",
94+
"version" : "6.11"
9295
},
9396
"HTML::Form::ImageInput" : {
94-
"file" : "lib/HTML/Form.pm",
95-
"version" : "6.10"
97+
"file" : "lib/HTML/Form/ImageInput.pm",
98+
"version" : "6.11"
9699
},
97100
"HTML::Form::Input" : {
98-
"file" : "lib/HTML/Form.pm",
99-
"version" : "6.10"
101+
"file" : "lib/HTML/Form/Input.pm",
102+
"version" : "6.11"
100103
},
101104
"HTML::Form::KeygenInput" : {
102-
"file" : "lib/HTML/Form.pm",
103-
"version" : "6.10"
105+
"file" : "lib/HTML/Form/KeygenInput.pm",
106+
"version" : "6.11"
104107
},
105108
"HTML::Form::ListInput" : {
106-
"file" : "lib/HTML/Form.pm",
107-
"version" : "6.10"
109+
"file" : "lib/HTML/Form/ListInput.pm",
110+
"version" : "6.11"
108111
},
109112
"HTML::Form::SubmitInput" : {
110-
"file" : "lib/HTML/Form.pm",
111-
"version" : "6.10"
113+
"file" : "lib/HTML/Form/SubmitInput.pm",
114+
"version" : "6.11"
112115
},
113116
"HTML::Form::TextInput" : {
114-
"file" : "lib/HTML/Form.pm",
115-
"version" : "6.10"
117+
"file" : "lib/HTML/Form/TextInput.pm",
118+
"version" : "6.11"
116119
}
117120
},
118121
"release_status" : "stable",
@@ -129,7 +132,7 @@
129132
"x_IRC" : "irc://irc.perl.org/#lwp",
130133
"x_MailingList" : "mailto:[email protected]"
131134
},
132-
"version" : "6.10",
135+
"version" : "6.11",
133136
"x_Dist_Zilla" : {
134137
"perl" : {
135138
"version" : "5.028000"
@@ -282,7 +285,7 @@
282285
"class" : "Dist::Zilla::Plugin::MakeMaker",
283286
"config" : {
284287
"Dist::Zilla::Role::TestRunner" : {
285-
"default_jobs" : "4"
288+
"default_jobs" : "8"
286289
}
287290
},
288291
"name" : "MakeMaker",
@@ -341,6 +344,21 @@
341344
"name" : "Test::Portability",
342345
"version" : "2.001001"
343346
},
347+
{
348+
"class" : "Dist::Zilla::Plugin::Test::NoTabs",
349+
"config" : {
350+
"Dist::Zilla::Plugin::Test::NoTabs" : {
351+
"filename" : "xt/author/no-tabs.t",
352+
"finder" : [
353+
":InstallModules",
354+
":ExecFiles",
355+
":TestFiles"
356+
]
357+
}
358+
},
359+
"name" : "Test::NoTabs",
360+
"version" : "0.15"
361+
},
344362
{
345363
"class" : "Dist::Zilla::Plugin::Test::EOL",
346364
"config" : {
@@ -400,6 +418,7 @@
400418
"CGI",
401419
"autocomplete",
402420
"checkbox",
421+
"keygen",
403422
"readonly",
404423
"unsetting",
405424
"unvisited"
@@ -438,7 +457,7 @@
438457
"class" : "Dist::Zilla::Plugin::RunExtraTests",
439458
"config" : {
440459
"Dist::Zilla::Role::TestRunner" : {
441-
"default_jobs" : "4"
460+
"default_jobs" : "8"
442461
}
443462
},
444463
"name" : "RunExtraTests",
@@ -668,7 +687,7 @@
668687
"branch" : null,
669688
"changelog" : "Changes",
670689
"signed" : 0,
671-
"tag" : "v6.10",
690+
"tag" : "v6.11",
672691
"tag_format" : "v%V",
673692
"tag_message" : "v%V"
674693
},
@@ -859,6 +878,7 @@
859878
"Mark Stosberg <[email protected]>",
860879
"Mark Stosberg <[email protected]>",
861880
"Mike Schilli <[email protected]>",
881+
"Mohammad S Anwar <[email protected]>",
862882
"mschilli <[email protected]>",
863883
"murphy <[email protected]>",
864884
"Olaf Alders <[email protected]>",

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HTML::Form - Class that represents an HTML form element
44

55
# VERSION
66

7-
version 6.10
7+
version 6.11
88

99
# SYNOPSIS
1010

@@ -300,9 +300,13 @@ The following methods are available:
300300
useful for debugging. If called in void context, then the dump is
301301
printed on STDERR.
302302

303+
# NAME
304+
305+
HTML::Form - Class that represents an HTML form element
306+
303307
# INPUTS
304308

305-
An `HTML::Form` objects contains a sequence of _inputs_. References to
309+
An `HTML::Form` object contains a sequence of _inputs_. References to
306310
the inputs can be obtained with the $form->inputs or $form->find\_input
307311
methods.
308312

cpanfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ requires "HTTP::Request" => "6";
88
requires "HTTP::Request::Common" => "6.03";
99
requires "Test::More" => "0.96";
1010
requires "URI" => "1.10";
11+
requires "parent" => "0";
1112
requires "perl" => "5.008001";
1213
requires "strict" => "0";
1314

@@ -16,6 +17,7 @@ on 'test' => sub {
1617
requires "File::Spec" => "0";
1718
requires "HTTP::Response" => "0";
1819
requires "Test::More" => "0.96";
20+
requires "Test::Warnings" => "0";
1921
requires "warnings" => "0";
2022
};
2123

@@ -41,6 +43,7 @@ on 'develop' => sub {
4143
requires "Test::MinimumVersion" => "0";
4244
requires "Test::Mojibake" => "0";
4345
requires "Test::More" => "0.94";
46+
requires "Test::NoTabs" => "0";
4447
requires "Test::Pod" => "1.41";
4548
requires "Test::Pod::Coverage" => "1.08";
4649
requires "Test::Portability::Files" => "0";

0 commit comments

Comments
 (0)