summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index 70974a373..86b4813d1 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -151,7 +151,7 @@ sub OPTIONAL_MODULES {
},
{
package => 'Chart',
- module => 'Chart::Base',
+ module => 'Chart::Lines',
version => '1.0',
feature => [qw(new_charts old_charts)],
},
@@ -179,7 +179,7 @@ sub OPTIONAL_MODULES {
package => 'XML-Twig',
module => 'XML::Twig',
version => 0,
- feature => ['moving'],
+ feature => ['moving', 'updates'],
},
{
package => 'MIME-tools',