Skip to content

Commit

Permalink
Bump minimum version of WWW::Mechanize::Cached to 1.54
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Aug 10, 2020
1 parent 2abd491 commit 45f2a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/ua_trap.t
Expand Up @@ -6,7 +6,7 @@ use Test::More;
# ABSTRACT: Make sure passed value of UA gets used for things.

use Test::Needs {
'WWW::Mechanize::Cached' => 1.50,
'WWW::Mechanize::Cached' => 1.54,
'HTTP::Tiny::Mech' => 1.001002,
};
use Test::Fatal qw( exception );
Expand Down

0 comments on commit 45f2a13

Please sign in to comment.