summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile.PL6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index f71b33c75..293a66f6b 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -142,6 +142,12 @@ my %optional_features = (
runtime => { requires => { 'Encode::Detect' => 0, Encode => '2.21' } }
},
},
+ chart_clicker => {
+ description => 'Support nice-looking charts',
+ prereqs => {
+ runtime => { requires => { 'Chart::Clicker' => 0 } },
+ },
+ },
new_charts => {
description => 'New Charts',
prereqs => {