From: Frédéric Buclin Date: Mon, 3 Dec 2012 16:06:32 +0000 (+0100) Subject: Bug 567671: Require Test::Taint 1.06 to get rid of warnings thrown with Perl 5.10... X-Git-Tag: bugzilla-4.5.1~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=276dc8cc74c679fde5b327dc6cbf9c55da48b876;p=thirdparty%2Fbugzilla.git 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 --- 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'], }, {