1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
From 7de0b0d97de59f8f34e63fe87a3f87ca71cb83d0 Mon Sep 17 00:00:00 2001
From: Andrew Ruthven <andrew@etc.gen.nz>
Date: Sun, 17 Jul 2022 17:07:47 +1200
Subject: Remove exclude of Test::WWW::Mechanize 1.58
The Debian maintainers of libtest-www-mechanize-perl have built their
version of 1.58 with the patch that fixes the issue with Text::LongString
breaking the RT tests.
Upstream report of issue (merged for the upcoming 1.59 release):
https://github.com/petdance/test-www-mechanize/pull/79
Forwarded: not-needed
Patch-Name: remove_exclude_Test::WWW::Mechanize.diff
---
etc/cpanfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/cpanfile b/etc/cpanfile
index 981d0df3..1b156421 100644
--- a/etc/cpanfile
+++ b/etc/cpanfile
@@ -139,7 +139,7 @@ on 'develop' => sub {
requires 'Test::NoWarnings';
requires 'Test::Pod';
requires 'Test::Warn';
- requires 'Test::WWW::Mechanize', '>= 1.30, != 1.56, != 1.58';
+ requires 'Test::WWW::Mechanize', '>= 1.30';
requires 'Test::WWW::Mechanize::PSGI';
requires 'Try::Tiny';
requires 'WWW::Mechanize', '>= 1.80';
|