Commit 65f8c60d authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 208347: The version of Chart::Base below 2.1 cannot be determined accurately…

Bug 208347: The version of Chart::Base below 2.1 cannot be determined accurately - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent d2800f79
...@@ -155,7 +155,8 @@ sub OPTIONAL_MODULES { ...@@ -155,7 +155,8 @@ sub OPTIONAL_MODULES {
{ {
package => 'Chart', package => 'Chart',
module => 'Chart::Lines', module => 'Chart::Lines',
version => '1.0', # Versions below 2.1 cannot be detected accurately.
version => '2.1',
feature => [qw(new_charts old_charts)], feature => [qw(new_charts old_charts)],
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment