Skip to content

Commit

Permalink
Bump WWW::Mechanize::Cached version to 1.50
Browse files Browse the repository at this point in the history
Fixes #76.
  • Loading branch information
oalders committed Mar 23, 2017
1 parent 27d36bc commit ee0086b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision history for MetaCPAN-Client (previously MetaCPAN-API)

* Bump WWW::Mechanize::Cached version to 1.50 (GH#76)

2.008001 23.3.17
* Fixed a test (Mickey)

Expand Down
4 changes: 2 additions & 2 deletions cpanfile
Expand Up @@ -22,11 +22,11 @@ on 'test' => sub {
requires "blib" => "1.01";
recommends "HTTP::Tiny::Mech" => "0";
recommends "LWP::Protocol::https" => "0";
recommends "WWW::Mechanize::Cached" => "1.48";
recommends "WWW::Mechanize::Cached" => "1.50";
};

on 'develop' => sub {
requires "HTTP::Tiny::Mech" => "0";
requires "LWP::Protocol::https" => "0";
requires "WWW::Mechanize::Cached" => "1.48";
requires "WWW::Mechanize::Cached" => "1.50";
};

0 comments on commit ee0086b

Please sign in to comment.