Skip to content

Commit 6236897

Browse files
committed
v2.14
[FIXED] - File upload fields now correctly handle overwriting the file name and passing in content without a real file (GH#249) (Gil Magno and Julien Fiegehenn) - HTML::Form bumped to 6.08 (GH#347) (Julien Fiegehenn) [ENHANCEMENTS] - Add autocheck() to enable or disable autochecking at run time in addition to setting it at object creation (GH#232) (Julien Fiegehenn) - mech_dump now errors appropriately when it cannot open a URL or file instead of claiming it has the wrong MIME type (GH#292) (Julien Fiegehenn)
1 parent 333aea9 commit 6236897

File tree

5 files changed

+178
-128
lines changed

5 files changed

+178
-128
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for WWW::Mechanize
22

3-
{{$NEXT}}
3+
2.14 2022-08-15 19:19:24Z
44
[FIXED]
55
- File upload fields now correctly handle overwriting the file name and
66
passing in content without a real file (GH#249) (Gil Magno and Julien

META.json

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"requires" : {
6767
"Carp" : "0",
6868
"Getopt::Long" : "0",
69-
"HTML::Form" : "1.00",
69+
"HTML::Form" : "6.08",
7070
"HTML::HeadParser" : "0",
7171
"HTML::TokeParser" : "0",
7272
"HTML::TreeBuilder" : "5",
@@ -119,15 +119,15 @@
119119
"provides" : {
120120
"WWW::Mechanize" : {
121121
"file" : "lib/WWW/Mechanize.pm",
122-
"version" : "2.13"
122+
"version" : "2.14"
123123
},
124124
"WWW::Mechanize::Image" : {
125125
"file" : "lib/WWW/Mechanize/Image.pm",
126-
"version" : "2.13"
126+
"version" : "2.14"
127127
},
128128
"WWW::Mechanize::Link" : {
129129
"file" : "lib/WWW/Mechanize/Link.pm",
130-
"version" : "2.13"
130+
"version" : "2.14"
131131
}
132132
},
133133
"release_status" : "stable",
@@ -142,10 +142,10 @@
142142
"web" : "https://github.com/libwww-perl/WWW-Mechanize"
143143
}
144144
},
145-
"version" : "2.13",
145+
"version" : "2.14",
146146
"x_Dist_Zilla" : {
147147
"perl" : {
148-
"version" : "5.026001"
148+
"version" : "5.028000"
149149
},
150150
"plugins" : [
151151
{
@@ -189,7 +189,7 @@
189189
"class" : "Dist::Zilla::Plugin::MakeMaker",
190190
"config" : {
191191
"Dist::Zilla::Role::TestRunner" : {
192-
"default_jobs" : 1
192+
"default_jobs" : "6"
193193
}
194194
},
195195
"name" : "@Author::OALDERS/MakeMaker",
@@ -245,7 +245,7 @@
245245
"config" : {
246246
"Dist::Zilla::Role::ModuleMetadata" : {
247247
"Module::Metadata" : "1.000037",
248-
"version" : "0.005"
248+
"version" : "0.006"
249249
}
250250
},
251251
"name" : "@Author::OALDERS/InstallGuide",
@@ -332,7 +332,7 @@
332332
"class" : "Dist::Zilla::Plugin::RunExtraTests",
333333
"config" : {
334334
"Dist::Zilla::Role::TestRunner" : {
335-
"default_jobs" : 1
335+
"default_jobs" : "6"
336336
}
337337
},
338338
"name" : "@Author::OALDERS/RunExtraTests",
@@ -508,7 +508,7 @@
508508
"changelog" : "Changes"
509509
},
510510
"Dist::Zilla::Role::Git::Repo" : {
511-
"git_version" : "2.25.1",
511+
"git_version" : "2.34.1",
512512
"repo_root" : "."
513513
}
514514
},
@@ -519,7 +519,7 @@
519519
"class" : "Dist::Zilla::Plugin::Git::Contributors",
520520
"config" : {
521521
"Dist::Zilla::Plugin::Git::Contributors" : {
522-
"git_version" : "2.25.1",
522+
"git_version" : "2.34.1",
523523
"include_authors" : 0,
524524
"include_releaser" : 1,
525525
"order_by" : "name",
@@ -639,7 +639,7 @@
639639
"changelog" : "Changes"
640640
},
641641
"Dist::Zilla::Role::Git::Repo" : {
642-
"git_version" : "2.25.1",
642+
"git_version" : "2.34.1",
643643
"repo_root" : "."
644644
},
645645
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -656,12 +656,12 @@
656656
"branch" : null,
657657
"changelog" : "Changes",
658658
"signed" : 0,
659-
"tag" : "v2.13",
659+
"tag" : "v2.14",
660660
"tag_format" : "v%V",
661661
"tag_message" : "v%V"
662662
},
663663
"Dist::Zilla::Role::Git::Repo" : {
664-
"git_version" : "2.25.1",
664+
"git_version" : "2.34.1",
665665
"repo_root" : "."
666666
},
667667
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -712,7 +712,7 @@
712712
"changelog" : "Changes"
713713
},
714714
"Dist::Zilla::Role::Git::Repo" : {
715-
"git_version" : "2.25.1",
715+
"git_version" : "2.34.1",
716716
"repo_root" : "."
717717
},
718718
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -732,7 +732,7 @@
732732
"remotes_must_exist" : 1
733733
},
734734
"Dist::Zilla::Role::Git::Repo" : {
735-
"git_version" : "2.25.1",
735+
"git_version" : "2.34.1",
736736
"repo_root" : "."
737737
}
738738
},
@@ -748,7 +748,7 @@
748748
"class" : "Dist::Zilla::Plugin::RunExtraTests",
749749
"config" : {
750750
"Dist::Zilla::Role::TestRunner" : {
751-
"default_jobs" : 1
751+
"default_jobs" : "6"
752752
}
753753
},
754754
"name" : "RunExtraTests",
@@ -828,7 +828,7 @@
828828
},
829829
"Dist::Zilla::Role::ModuleMetadata" : {
830830
"Module::Metadata" : "1.000037",
831-
"version" : "0.005"
831+
"version" : "0.006"
832832
}
833833
},
834834
"name" : "MetaProvides::Package",
@@ -917,6 +917,7 @@
917917
"Florian Schlichting <[email protected]>",
918918
"Gabor Szabo <[email protected]>",
919919
"Gareth Tunley <[email protected]>",
920+
"Gil Magno <[email protected]>",
920921
"Graham Knop <[email protected]>",
921922
"gregor herrmann <[email protected]>",
922923
"Grigor Karavardanyan <[email protected]>",
@@ -927,6 +928,7 @@
927928
"jmadler <[email protected]>",
928929
"John Beppu <[email protected]>",
929930
"Jozef Kutej <[email protected]>",
931+
"Julien Fiegehenn <[email protected]>",
930932
"Karen Etheridge <[email protected]>",
931933
"Kirrily 'Skud' Robert <[email protected]>",
932934
"Kivanc Yazan <[email protected]>",
@@ -946,7 +948,6 @@
946948
"Schuyler Langdon <[email protected]>",
947949
"Sergey Romanov <[email protected]>",
948950
"Shoichi Kaji <[email protected]>",
949-
"simbabque <[email protected]>",
950951
"Stanislaw Pusep <[email protected]>",
951952
"Steve Scaffidi <[email protected]>",
952953
"Stuart Johnston <[email protected]>",
@@ -956,8 +957,8 @@
956957
"Zefram <[email protected]>",
957958
"\u7a4d\u4e39\u5c3c Dan Jacobson <[email protected]>"
958959
],
959-
"x_generated_by_perl" : "v5.26.1",
960-
"x_serialization_backend" : "Cpanel::JSON::XS version 4.02",
960+
"x_generated_by_perl" : "v5.28.0",
961+
"x_serialization_backend" : "Cpanel::JSON::XS version 4.04",
961962
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
962963
"x_static_install" : 1
963964
}

Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ my %WriteMakefileArgs = (
2222
"PREREQ_PM" => {
2323
"Carp" => 0,
2424
"Getopt::Long" => 0,
25-
"HTML::Form" => "1.00",
25+
"HTML::Form" => "6.08",
2626
"HTML::HeadParser" => 0,
2727
"HTML::TokeParser" => 0,
2828
"HTML::TreeBuilder" => 5,
@@ -79,7 +79,7 @@ my %FallbackPrereqs = (
7979
"File::Temp" => 0,
8080
"FindBin" => 0,
8181
"Getopt::Long" => 0,
82-
"HTML::Form" => "1.00",
82+
"HTML::Form" => "6.08",
8383
"HTML::HeadParser" => 0,
8484
"HTML::TokeParser" => 0,
8585
"HTML::TreeBuilder" => 5,

0 commit comments

Comments
 (0)