Skip to content

Commit 5d0d05f

Browse files
committed
v2.13
[ENHANCEMENTS] - mech_dump now treats all local files like HTML regardless of what it thinks their content types are (GH#63) (Julien Fiegehenn) - We now consistently use our own die() method and therefore the onerror handler wherever possible (GH#80) (Julien Fiegehenn) [TESTS] - Add tests for field() when working on a <textarea> (GH#220) (Julien Fiegehenn)
1 parent 37d0d49 commit 5d0d05f

File tree

5 files changed

+124
-128
lines changed

5 files changed

+124
-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.13 2022-07-29 09:44:46Z
44
[ENHANCEMENTS]
55
- mech_dump now treats all local files like HTML regardless of what it
66
thinks their content types are (GH#63) (Julien Fiegehenn)

META.json

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"HTTP::Cookies" : "0",
7474
"HTTP::Request" : "1.30",
7575
"HTTP::Request::Common" : "0",
76-
"LWP::UserAgent" : "6.45",
76+
"LWP::UserAgent" : "0",
7777
"Pod::Usage" : "0",
7878
"Scalar::Util" : "1.14",
7979
"Tie::RefHash" : "0",
@@ -96,7 +96,6 @@
9696
"File::Temp" : "0",
9797
"FindBin" : "0",
9898
"HTTP::Daemon" : "6.12",
99-
"HTTP::Response" : "0",
10099
"LWP" : "0",
101100
"LWP::Simple" : "0",
102101
"Path::Tiny" : "0",
@@ -120,15 +119,15 @@
120119
"provides" : {
121120
"WWW::Mechanize" : {
122121
"file" : "lib/WWW/Mechanize.pm",
123-
"version" : "2.12"
122+
"version" : "2.13"
124123
},
125124
"WWW::Mechanize::Image" : {
126125
"file" : "lib/WWW/Mechanize/Image.pm",
127-
"version" : "2.12"
126+
"version" : "2.13"
128127
},
129128
"WWW::Mechanize::Link" : {
130129
"file" : "lib/WWW/Mechanize/Link.pm",
131-
"version" : "2.12"
130+
"version" : "2.13"
132131
}
133132
},
134133
"release_status" : "stable",
@@ -143,10 +142,10 @@
143142
"web" : "https://github.com/libwww-perl/WWW-Mechanize"
144143
}
145144
},
146-
"version" : "2.12",
145+
"version" : "2.13",
147146
"x_Dist_Zilla" : {
148147
"perl" : {
149-
"version" : "5.028000"
148+
"version" : "5.026001"
150149
},
151150
"plugins" : [
152151
{
@@ -190,7 +189,7 @@
190189
"class" : "Dist::Zilla::Plugin::MakeMaker",
191190
"config" : {
192191
"Dist::Zilla::Role::TestRunner" : {
193-
"default_jobs" : "5"
192+
"default_jobs" : 1
194193
}
195194
},
196195
"name" : "@Author::OALDERS/MakeMaker",
@@ -246,7 +245,7 @@
246245
"config" : {
247246
"Dist::Zilla::Role::ModuleMetadata" : {
248247
"Module::Metadata" : "1.000037",
249-
"version" : "0.006"
248+
"version" : "0.005"
250249
}
251250
},
252251
"name" : "@Author::OALDERS/InstallGuide",
@@ -333,7 +332,7 @@
333332
"class" : "Dist::Zilla::Plugin::RunExtraTests",
334333
"config" : {
335334
"Dist::Zilla::Role::TestRunner" : {
336-
"default_jobs" : "5"
335+
"default_jobs" : 1
337336
}
338337
},
339338
"name" : "@Author::OALDERS/RunExtraTests",
@@ -509,7 +508,7 @@
509508
"changelog" : "Changes"
510509
},
511510
"Dist::Zilla::Role::Git::Repo" : {
512-
"git_version" : "2.34.1",
511+
"git_version" : "2.25.1",
513512
"repo_root" : "."
514513
}
515514
},
@@ -520,7 +519,7 @@
520519
"class" : "Dist::Zilla::Plugin::Git::Contributors",
521520
"config" : {
522521
"Dist::Zilla::Plugin::Git::Contributors" : {
523-
"git_version" : "2.34.1",
522+
"git_version" : "2.25.1",
524523
"include_authors" : 0,
525524
"include_releaser" : 1,
526525
"order_by" : "name",
@@ -640,7 +639,7 @@
640639
"changelog" : "Changes"
641640
},
642641
"Dist::Zilla::Role::Git::Repo" : {
643-
"git_version" : "2.34.1",
642+
"git_version" : "2.25.1",
644643
"repo_root" : "."
645644
},
646645
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -657,12 +656,12 @@
657656
"branch" : null,
658657
"changelog" : "Changes",
659658
"signed" : 0,
660-
"tag" : "v2.12",
659+
"tag" : "v2.13",
661660
"tag_format" : "v%V",
662661
"tag_message" : "v%V"
663662
},
664663
"Dist::Zilla::Role::Git::Repo" : {
665-
"git_version" : "2.34.1",
664+
"git_version" : "2.25.1",
666665
"repo_root" : "."
667666
},
668667
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -713,7 +712,7 @@
713712
"changelog" : "Changes"
714713
},
715714
"Dist::Zilla::Role::Git::Repo" : {
716-
"git_version" : "2.34.1",
715+
"git_version" : "2.25.1",
717716
"repo_root" : "."
718717
},
719718
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -733,7 +732,7 @@
733732
"remotes_must_exist" : 1
734733
},
735734
"Dist::Zilla::Role::Git::Repo" : {
736-
"git_version" : "2.34.1",
735+
"git_version" : "2.25.1",
737736
"repo_root" : "."
738737
}
739738
},
@@ -749,7 +748,7 @@
749748
"class" : "Dist::Zilla::Plugin::RunExtraTests",
750749
"config" : {
751750
"Dist::Zilla::Role::TestRunner" : {
752-
"default_jobs" : "5"
751+
"default_jobs" : 1
753752
}
754753
},
755754
"name" : "RunExtraTests",
@@ -829,7 +828,7 @@
829828
},
830829
"Dist::Zilla::Role::ModuleMetadata" : {
831830
"Module::Metadata" : "1.000037",
832-
"version" : "0.006"
831+
"version" : "0.005"
833832
}
834833
},
835834
"name" : "MetaProvides::Package",
@@ -957,8 +956,8 @@
957956
"Zefram <[email protected]>",
958957
"\u7a4d\u4e39\u5c3c Dan Jacobson <[email protected]>"
959958
],
960-
"x_generated_by_perl" : "v5.28.0",
961-
"x_serialization_backend" : "Cpanel::JSON::XS version 4.04",
959+
"x_generated_by_perl" : "v5.26.1",
960+
"x_serialization_backend" : "Cpanel::JSON::XS version 4.02",
962961
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
963962
"x_static_install" : 1
964963
}

Makefile.PL

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ my %WriteMakefileArgs = (
2929
"HTTP::Cookies" => 0,
3030
"HTTP::Request" => "1.30",
3131
"HTTP::Request::Common" => 0,
32-
"LWP::UserAgent" => "6.45",
32+
"LWP::UserAgent" => 0,
3333
"Pod::Usage" => 0,
3434
"Scalar::Util" => "1.14",
3535
"Tie::RefHash" => 0,
@@ -46,7 +46,6 @@ my %WriteMakefileArgs = (
4646
"File::Temp" => 0,
4747
"FindBin" => 0,
4848
"HTTP::Daemon" => "6.12",
49-
"HTTP::Response" => 0,
5049
"LWP" => 0,
5150
"LWP::Simple" => 0,
5251
"Path::Tiny" => 0,
@@ -88,10 +87,9 @@ my %FallbackPrereqs = (
8887
"HTTP::Daemon" => "6.12",
8988
"HTTP::Request" => "1.30",
9089
"HTTP::Request::Common" => 0,
91-
"HTTP::Response" => 0,
9290
"LWP" => 0,
9391
"LWP::Simple" => 0,
94-
"LWP::UserAgent" => "6.45",
92+
"LWP::UserAgent" => 0,
9593
"Path::Tiny" => 0,
9694
"Pod::Usage" => 0,
9795
"Scalar::Util" => "1.14",

0 commit comments

Comments
 (0)