From: lpsolit%gmail.com <> Date: Thu, 26 Nov 2009 02:02:07 +0000 (+0000) Subject: Bug 208347: The version of Chart::Base below 2.1 cannot be determined accurately... X-Git-Tag: bugzilla-3.5.3~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65f8c60da54e296b57cdc665b6f503df128636c7;p=thirdparty%2Fbugzilla.git Bug 208347: The version of Chart::Base below 2.1 cannot be determined accurately - Patch by Frédéric Buclin r/a=mkanat --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 190dbe9682..dfdeafb70a 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/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)], }, {