Bug 208347: The version of Chart::Base below 2.1 cannot be determined accurately - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

git-svn-id: svn://10.0.0.236/trunk@259091 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com 2009-11-26 02:02:07 +00:00
parent 61c9cc167c
commit f3603d4d7b

View File

@ -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)],
},
{