summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2017-02-27 22:39:53 +0100
committerDavid Lawrence <dkl@mozilla.com>2017-02-27 22:39:53 +0100
commite316d9661cd9e78e3ae8ffbd8d233623374d1f77 (patch)
tree1966f0ed500ff52911ee5e55bccb85f663bce884 /Makefile.PL
parentfa169e6b50adc7242edf02b9edf4594a29186fd4 (diff)
downloadbugzilla-e316d9661cd9e78e3ae8ffbd8d233623374d1f77.tar.gz
bugzilla-e316d9661cd9e78e3ae8ffbd8d233623374d1f77.tar.xz
Bug 1341457 - Add Text::MultiMarkdown as a dependency and regenerate carton bundle
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 0e761e4c7..14062e872 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -121,6 +121,12 @@ my %optional_features = (
}
}
},
+ markdown => {
+ description => 'Markdown syntax support for comments',
+ prereqs => {
+ runtime => { requires => { 'Text::MultiMarkdown' => '1.000034' } }
+ }
+ },
pg => {
prereqs => { runtime => { requires => { 'DBD::Pg' => 'v2.19.3' } } },
description => 'Postgres database support'