From e316d9661cd9e78e3ae8ffbd8d233623374d1f77 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 27 Feb 2017 21:39:53 +0000 Subject: Bug 1341457 - Add Text::MultiMarkdown as a dependency and regenerate carton bundle --- Makefile.PL | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.PL') 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' -- cgit v1.2.3-24-g4f1b