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

git-svn-id: svn://10.0.0.236/trunk@265915 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2015-04-10 10:32:50 +00:00
parent 75d0d92a71
commit e3988f620c
3 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
9369
9370

View File

@ -1 +1 @@
3d40dae2c1c324d3e24dd1517102b43d558bb619
8a1de002259e31702ba278778f4e0ed2026666af

View File

@ -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)],
},
{