summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-12-03 17:06:32 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-12-03 17:06:32 +0100
commit276dc8cc74c679fde5b327dc6cbf9c55da48b876 (patch)
tree98c4e508f0e9ccdbf6786b03077ade0cc5bf8a86
parent9bb5f10229bba8599de3e762511b03f32febc0d1 (diff)
downloadbugzilla-276dc8cc74c679fde5b327dc6cbf9c55da48b876.tar.gz
bugzilla-276dc8cc74c679fde5b327dc6cbf9c55da48b876.tar.xz
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
-rw-r--r--Bugzilla/Install/Requirements.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index 9602d0d28..efe444913 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'],
},
{