Skip to content

Commit f4d598e

Browse files
committed
v6.09
- Replace "use vars" with "our" (GH#34) (James Raspass) - Remove superfluous "use lib" (GH#35) (James Raspass) - Replace "Test" with "Test::More" (GH#36) (James Raspass) - Remove superfluous variable copy (GH#37) (James Raspass)
1 parent eff0028 commit f4d598e

3 files changed

Lines changed: 16 additions & 15 deletions

File tree

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.09 2022-08-14 22:16:37Z
44

55
- Replace "use vars" with "our" (GH#34) (James Raspass)
66
- Remove superfluous "use lib" (GH#35) (James Raspass)

META.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -80,39 +80,39 @@
8080
"provides" : {
8181
"HTML::Form" : {
8282
"file" : "lib/HTML/Form.pm",
83-
"version" : "6.08"
83+
"version" : "6.09"
8484
},
8585
"HTML::Form::FileInput" : {
8686
"file" : "lib/HTML/Form.pm",
87-
"version" : "6.08"
87+
"version" : "6.09"
8888
},
8989
"HTML::Form::IgnoreInput" : {
9090
"file" : "lib/HTML/Form.pm",
91-
"version" : "6.08"
91+
"version" : "6.09"
9292
},
9393
"HTML::Form::ImageInput" : {
9494
"file" : "lib/HTML/Form.pm",
95-
"version" : "6.08"
95+
"version" : "6.09"
9696
},
9797
"HTML::Form::Input" : {
9898
"file" : "lib/HTML/Form.pm",
99-
"version" : "6.08"
99+
"version" : "6.09"
100100
},
101101
"HTML::Form::KeygenInput" : {
102102
"file" : "lib/HTML/Form.pm",
103-
"version" : "6.08"
103+
"version" : "6.09"
104104
},
105105
"HTML::Form::ListInput" : {
106106
"file" : "lib/HTML/Form.pm",
107-
"version" : "6.08"
107+
"version" : "6.09"
108108
},
109109
"HTML::Form::SubmitInput" : {
110110
"file" : "lib/HTML/Form.pm",
111-
"version" : "6.08"
111+
"version" : "6.09"
112112
},
113113
"HTML::Form::TextInput" : {
114114
"file" : "lib/HTML/Form.pm",
115-
"version" : "6.08"
115+
"version" : "6.09"
116116
}
117117
},
118118
"release_status" : "stable",
@@ -129,7 +129,7 @@
129129
"x_IRC" : "irc://irc.perl.org/#lwp",
130130
"x_MailingList" : "mailto:libwww@perl.org"
131131
},
132-
"version" : "6.08",
132+
"version" : "6.09",
133133
"x_Dist_Zilla" : {
134134
"perl" : {
135135
"version" : "5.028000"
@@ -282,7 +282,7 @@
282282
"class" : "Dist::Zilla::Plugin::MakeMaker",
283283
"config" : {
284284
"Dist::Zilla::Role::TestRunner" : {
285-
"default_jobs" : 1
285+
"default_jobs" : "4"
286286
}
287287
},
288288
"name" : "MakeMaker",
@@ -438,7 +438,7 @@
438438
"class" : "Dist::Zilla::Plugin::RunExtraTests",
439439
"config" : {
440440
"Dist::Zilla::Role::TestRunner" : {
441-
"default_jobs" : 1
441+
"default_jobs" : "4"
442442
}
443443
},
444444
"name" : "RunExtraTests",
@@ -668,7 +668,7 @@
668668
"branch" : null,
669669
"changelog" : "Changes",
670670
"signed" : 0,
671-
"tag" : "v6.08",
671+
"tag" : "v6.09",
672672
"tag_format" : "v%V",
673673
"tag_message" : "v%V"
674674
},
@@ -849,6 +849,7 @@
849849
"Hans-H. Froehlich <hfroehlich@co-de-co.de>",
850850
"Ian Kilgore <iank@cpan.org>",
851851
"Jacob J <waif@chaos2.org>",
852+
"James Raspass <jraspass@gmail.com>",
852853
"jefflee <shaohua@gmail.com>",
853854
"john9art <john9art@yahoo.com>",
854855
"Julien Fiegehenn <simbabque@cpan.org>",

README.md

Lines changed: 1 addition & 1 deletion
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.08
7+
version 6.09
88

99
# SYNOPSIS
1010

0 commit comments

Comments
 (0)