From 8a1de002259e31702ba278778f4e0ed2026666af Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Fri, 10 Apr 2015 11:18:29 +0100 Subject: Bug 1070117 - Chart throws deprecation warnings with Perl 5.16 - shows up in testserver.pl output --- Bugzilla/Install/Requirements.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 8bf4facfe..797f85453 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -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)], }, { -- cgit v1.2.3-24-g4f1b