From: Dylan William Hardison Date: Wed, 3 Oct 2018 20:09:30 +0000 (-0400) Subject: no bug - add chart-clicker dependency X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a909ede27722b171486e85cd07f5f9720d7dbb28;p=thirdparty%2Fbugzilla.git no bug - add chart-clicker dependency --- 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 => {