summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-10-03 22:09:30 +0200
committerGitHub <noreply@github.com>2018-10-03 22:09:30 +0200
commita909ede27722b171486e85cd07f5f9720d7dbb28 (patch)
tree4ba05a63c989a7529550baed71412cb7e887fbd6
parentf81ef54f3224d875c40076636282e2b7387a7fd4 (diff)
downloadbugzilla-a909ede27722b171486e85cd07f5f9720d7dbb28.tar.gz
bugzilla-a909ede27722b171486e85cd07f5f9720d7dbb28.tar.xz
no bug - add chart-clicker dependency
-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 => {