Navigation Menu

Skip to content

Commit

Permalink
WWW::Mechanize::Cached < 1.48 can trigger a failure in t/ua_trap.t
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Apr 25, 2015
1 parent d851ebe commit 4d929ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpanfile
Expand Up @@ -28,7 +28,7 @@ on 'test' => sub {

on 'test' => sub {
recommends "HTTP::Tiny::Mech" => "0";
recommends "WWW::Mechanize::Cached" => "0";
recommends "WWW::Mechanize::Cached" => "1.48";
};

on 'configure' => sub {
Expand All @@ -41,5 +41,5 @@ on 'develop' => sub {
requires "Pod::Coverage::TrustPod" => "0";
requires "Test::Pod" => "1.41";
requires "Test::Pod::Coverage" => "1.08";
requires "WWW::Mechanize::Cached" => "0";
requires "WWW::Mechanize::Cached" => "1.48";
};
3 changes: 3 additions & 0 deletions dist.ini
Expand Up @@ -26,6 +26,9 @@ Search::Elasticsearch = 1.10
[AutoPrereqs]
skip = ^t::lib::Functions$

[Prereqs / TestRequires]
WWW::Mechanize::Cached = 1.48

[Prereqs::Soften]
module = HTTP::Tiny::Mech
module = WWW::Mechanize::Cached
Expand Down

0 comments on commit 4d929ca

Please sign in to comment.