Skip to content

Commit

Permalink
v2.17
Browse files Browse the repository at this point in the history
    [ENHANCEMENTS]
    - Perltidied the entire dist, and enabled tests for it (Julien Fiegehenn)
  • Loading branch information
simbabque committed Apr 27, 2023
1 parent b2429f6 commit e4f626e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for WWW::Mechanize

{{$NEXT}}
2.17 2023-04-27 15:45:01Z
[ENHANCEMENTS]
- Perltidied the entire dist, and enabled tests for it (Julien Fiegehenn)

Expand Down
18 changes: 8 additions & 10 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"Pod::Coverage::TrustPod" : "0",
"Test::Code::TidyAll" : "0.50",
"Test::EOL" : "0",
"Test::Memory::Cycle" : "0",
"Test::Mojibake" : "0",
"Test::More" : "0.88",
"Test::Needs" : "0",
Expand All @@ -55,8 +56,7 @@
"Test::RequiresInternet" : "0",
"Test::Vars" : "0.014",
"Test::Version" : "1",
"constant" : "0",
"lib" : "0"
"constant" : "0"
}
},
"runtime" : {
Expand Down Expand Up @@ -90,7 +90,6 @@
"CPAN::Meta" : "2.120900"
},
"requires" : {
"Exporter" : "0",
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"File::Temp" : "0",
Expand All @@ -101,11 +100,10 @@
"Path::Tiny" : "0",
"Test::Deep" : "0",
"Test::Fatal" : "0",
"Test::Memory::Cycle" : "1.06",
"Test::Memory::Cycle" : "0",
"Test::More" : "0.96",
"Test::Output" : "0",
"Test::Taint" : "1.08",
"Test::Warn" : "0",
"Test::Warnings" : "0",
"URI" : "0",
"URI::Escape" : "0",
Expand All @@ -117,15 +115,15 @@
"provides" : {
"WWW::Mechanize" : {
"file" : "lib/WWW/Mechanize.pm",
"version" : "2.16"
"version" : "2.17"
},
"WWW::Mechanize::Image" : {
"file" : "lib/WWW/Mechanize/Image.pm",
"version" : "2.16"
"version" : "2.17"
},
"WWW::Mechanize::Link" : {
"file" : "lib/WWW/Mechanize/Link.pm",
"version" : "2.16"
"version" : "2.17"
}
},
"release_status" : "stable",
Expand All @@ -140,7 +138,7 @@
"web" : "https://github.com/libwww-perl/WWW-Mechanize"
}
},
"version" : "2.16",
"version" : "2.17",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.028000"
Expand Down Expand Up @@ -654,7 +652,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "v2.16",
"tag" : "v2.17",
"tag_format" : "v%V",
"tag_message" : "v%V"
},
Expand Down
8 changes: 2 additions & 6 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ my %WriteMakefileArgs = (
"warnings" => 0
},
"TEST_REQUIRES" => {
"Exporter" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
Expand All @@ -51,11 +50,10 @@ my %WriteMakefileArgs = (
"Path::Tiny" => 0,
"Test::Deep" => 0,
"Test::Fatal" => 0,
"Test::Memory::Cycle" => "1.06",
"Test::Memory::Cycle" => 0,
"Test::More" => "0.96",
"Test::Output" => 0,
"Test::Taint" => "1.08",
"Test::Warn" => 0,
"Test::Warnings" => 0,
"URI" => 0,
"URI::Escape" => 0,
Expand All @@ -71,7 +69,6 @@ my %WriteMakefileArgs = (

my %FallbackPrereqs = (
"Carp" => 0,
"Exporter" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
Expand All @@ -93,11 +90,10 @@ my %FallbackPrereqs = (
"Scalar::Util" => "1.14",
"Test::Deep" => 0,
"Test::Fatal" => 0,
"Test::Memory::Cycle" => "1.06",
"Test::Memory::Cycle" => 0,
"Test::More" => "0.96",
"Test::Output" => 0,
"Test::Taint" => "1.08",
"Test::Warn" => 0,
"Test::Warnings" => 0,
"Tie::RefHash" => 0,
"URI" => 0,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WWW::Mechanize - Handy web browsing in a Perl object

# VERSION

version 2.16
version 2.17

# SYNOPSIS

Expand Down
6 changes: 2 additions & 4 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ requires "warnings" => "0";
recommends "Compress::Zlib" => "0";

on 'test' => sub {
requires "Exporter" => "0";
requires "ExtUtils::MakeMaker" => "0";
requires "File::Spec" => "0";
requires "File::Temp" => "0";
Expand All @@ -34,11 +33,10 @@ on 'test' => sub {
requires "Path::Tiny" => "0";
requires "Test::Deep" => "0";
requires "Test::Fatal" => "0";
requires "Test::Memory::Cycle" => "1.06";
requires "Test::Memory::Cycle" => "0";
requires "Test::More" => "0.96";
requires "Test::Output" => "0";
requires "Test::Taint" => "1.08";
requires "Test::Warn" => "0";
requires "Test::Warnings" => "0";
requires "URI" => "0";
requires "URI::Escape" => "0";
Expand Down Expand Up @@ -70,6 +68,7 @@ on 'develop' => sub {
requires "Pod::Coverage::TrustPod" => "0";
requires "Test::Code::TidyAll" => "0.50";
requires "Test::EOL" => "0";
requires "Test::Memory::Cycle" => "0";
requires "Test::Mojibake" => "0";
requires "Test::More" => "0.88";
requires "Test::Needs" => "0";
Expand All @@ -81,7 +80,6 @@ on 'develop' => sub {
requires "Test::Vars" => "0.014";
requires "Test::Version" => "1";
requires "constant" => "0";
requires "lib" => "0";
};

on 'develop' => sub {
Expand Down

0 comments on commit e4f626e

Please sign in to comment.