summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2015-04-10 12:18:29 +0200
committerGervase Markham <gerv@gerv.net>2015-04-10 12:18:29 +0200
commit8a1de002259e31702ba278778f4e0ed2026666af (patch)
tree65b90ccdf4aa51aec4ec4651026275321c07e573
parent3d40dae2c1c324d3e24dd1517102b43d558bb619 (diff)
downloadbugzilla-8a1de002259e31702ba278778f4e0ed2026666af.tar.gz
bugzilla-8a1de002259e31702ba278778f4e0ed2026666af.tar.xz
Bug 1070117 - Chart throws deprecation warnings with Perl 5.16 - shows up in testserver.pl output
-rw-r--r--Bugzilla/Install/Requirements.pm6
1 files changed, 3 insertions, 3 deletions
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)],
},
{