diff --git a/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm b/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm index 190dbe96823..dfdeafb70a7 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm @@ -155,7 +155,8 @@ sub OPTIONAL_MODULES { { package => 'Chart', module => 'Chart::Lines', - version => '1.0', + # Versions below 2.1 cannot be detected accurately. + version => '2.1', feature => [qw(new_charts old_charts)], }, {