Skip to content

Commit

Permalink
min. version for HTTP::Tiny::Mech in 'test'+'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Mar 29, 2017
1 parent 0511eb0 commit 8e37e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpanfile
Expand Up @@ -21,12 +21,12 @@ on 'test' => sub {
requires "base" => "0";
requires "blib" => "1.01";
requires "LWP::Protocol::https" => "0";
recommends "HTTP::Tiny::Mech" => "0";
recommends "HTTP::Tiny::Mech" => "1.001002";
recommends "WWW::Mechanize::Cached" => "1.50";
};

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

0 comments on commit 8e37e3d

Please sign in to comment.