From 276dc8cc74c679fde5b327dc6cbf9c55da48b876 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Mon, 3 Dec 2012 17:06:32 +0100 Subject: [PATCH] Bug 567671: Require Test::Taint 1.06 to get rid of warnings thrown with Perl 5.10 and newer r=dkl r=wurblzap a=LpSolit --- Bugzilla/Install/Requirements.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 9602d0d287..efe444913f 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -289,7 +289,8 @@ sub OPTIONAL_MODULES { { package => 'Test-Taint', module => 'Test::Taint', - version => 0, + # 1.06 no longer throws warnings with Perl 5.10+. + version => 1.06, feature => ['jsonrpc', 'xmlrpc'], }, { -- 2.47.2