summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-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'],
},
{