Skip to content

Commit

Permalink
v1.98
Browse files Browse the repository at this point in the history
    - Don't make assumptions about port 80 in test (GH#299) (Olaf Alders)
  • Loading branch information
oalders committed May 25, 2020
1 parent 85a7e37 commit 5ccea13
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 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}}
1.98 2020-05-25 17:06:47Z (TRIAL RELEASE)
- Don't make assumptions about port 80 in test (GH#299) (Olaf Alders)

1.97 2020-05-14 00:46:53Z
Expand Down
19 changes: 10 additions & 9 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"HTTP::Server::Simple::CGI" : "0",
"LWP" : "0",
"LWP::Simple" : "0",
"Path::Tiny" : "0",
"Test::Deep" : "0",
"Test::Fatal" : "0",
"Test::More" : "0.96",
Expand All @@ -117,18 +118,18 @@
"provides" : {
"WWW::Mechanize" : {
"file" : "lib/WWW/Mechanize.pm",
"version" : "1.97"
"version" : "1.98"
},
"WWW::Mechanize::Image" : {
"file" : "lib/WWW/Mechanize/Image.pm",
"version" : "1.97"
"version" : "1.98"
},
"WWW::Mechanize::Link" : {
"file" : "lib/WWW/Mechanize/Link.pm",
"version" : "1.97"
"version" : "1.98"
}
},
"release_status" : "stable",
"release_status" : "testing",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/libwww-perl/WWW-Mechanize/issues"
Expand All @@ -140,7 +141,7 @@
"web" : "https://github.com/libwww-perl/WWW-Mechanize"
}
},
"version" : "1.97",
"version" : "1.98",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.030002"
Expand Down Expand Up @@ -247,7 +248,7 @@
"class" : "Dist::Zilla::Plugin::InstallGuide",
"config" : {
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000036",
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
Expand Down Expand Up @@ -663,7 +664,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "v1.97",
"tag" : "v1.98",
"tag_format" : "v%V",
"tag_message" : "v%V"
},
Expand Down Expand Up @@ -813,7 +814,7 @@
"meta_noindex" : 1
},
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000036",
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
Expand Down Expand Up @@ -879,7 +880,7 @@
"zilla" : {
"class" : "Dist::Zilla::Dist::Builder",
"config" : {
"is_trial" : 0
"is_trial" : 1
},
"version" : "6.014"
}
Expand Down
2 changes: 2 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ my %WriteMakefileArgs = (
"HTTP::Server::Simple::CGI" => 0,
"LWP" => 0,
"LWP::Simple" => 0,
"Path::Tiny" => 0,
"Test::Deep" => 0,
"Test::Fatal" => 0,
"Test::More" => "0.96",
Expand Down Expand Up @@ -91,6 +92,7 @@ my %FallbackPrereqs = (
"LWP" => 0,
"LWP::Simple" => 0,
"LWP::UserAgent" => "5.827",
"Path::Tiny" => 0,
"Pod::Usage" => 0,
"Scalar::Util" => "1.14",
"Test::Deep" => 0,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WWW::Mechanize - Handy web browsing in a Perl object

# VERSION

version 1.97
version 1.98

# SYNOPSIS

Expand Down
1 change: 1 addition & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ on 'test' => sub {
requires "HTTP::Server::Simple::CGI" => "0";
requires "LWP" => "0";
requires "LWP::Simple" => "0";
requires "Path::Tiny" => "0";
requires "Test::Deep" => "0";
requires "Test::Fatal" => "0";
requires "Test::More" => "0.96";
Expand Down

0 comments on commit 5ccea13

Please sign in to comment.