From f3603d4d7b94c3f60eda4142ea0f7e7202db4fa5 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Thu, 26 Nov 2009 02:02:07 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20208347:=20The=20version=20of=20Chart::Bas?= =?UTF-8?q?e=20below=202.1=20cannot=20be=20determined=20accurately=20-=20P?= =?UTF-8?q?atch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/trunk@259091 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)], }, {