Skip to content

Commit

Permalink
Bug 1070117 - Chart throws deprecation warnings with Perl 5.16 - show…
Browse files Browse the repository at this point in the history
…s up in testserver.pl output
  • Loading branch information
Gervase Markham committed Apr 10, 2015
1 parent 3d40dae commit 8a1de00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Bugzilla/Install/Requirements.pm
Expand Up @@ -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)],
},
{
Expand Down

0 comments on commit 8a1de00

Please sign in to comment.