Commit 8a1de002 authored by Gervase Markham's avatar Gervase Markham

Bug 1070117 - Chart throws deprecation warnings with Perl 5.16 - shows up in testserver.pl output

parent 3d40dae2
......@@ -202,9 +202,9 @@ sub OPTIONAL_MODULES {
{
package => 'Chart',
module => 'Chart::Lines',
# Versions below 2.4.1 cannot be compared accurately, see
# https://rt.cpan.org/Public/Bug/Display.html?id=28218.
version => '2.4.1',
# Versions below 2.4.10 throw deprecation warnings, and will crash in
# Perl 2.21 and above.
version => '2.4.10',
feature => [qw(new_charts old_charts)],
},
{
......
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