Skip to content

Commit 3619c95

Browse files
committed
Mark Test::WWW::Mechnize 1.56 and 1.58 bad
They incorrectly import Test::LongString, which issue the following warning that fail RT warning tests: Odd number of elements in hash assignment See also petdance/test-www-mechanize#79
1 parent 0619c56 commit 3619c95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/cpanfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ on 'develop' => sub {
140140
requires 'Test::NoWarnings';
141141
requires 'Test::Pod';
142142
requires 'Test::Warn';
143-
requires 'Test::WWW::Mechanize', '>= 1.30';
143+
requires 'Test::WWW::Mechanize', '>= 1.30, != 1.56, != 1.58';
144144
requires 'Test::WWW::Mechanize::PSGI';
145145
requires 'Try::Tiny';
146146
requires 'WWW::Mechanize', '>= 1.80';

0 commit comments

Comments
 (0)