From 65f8c60da54e296b57cdc665b6f503df128636c7 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 26 Nov 2009 02:02:07 +0000 Subject: Bug 208347: The version of Chart::Base below 2.1 cannot be determined accurately - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Install/Requirements.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 190dbe968..dfdeafb70 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)], }, { -- cgit v1.2.3-24-g4f1b