Commit 276dc8cc authored by Frédéric Buclin's avatar Frédéric Buclin

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
parent 9bb5f102
......@@ -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'],
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment