summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authorAlbert Ting <altlist@gmail.com>2015-03-09 14:45:48 +0100
committerDavid Lawrence <dkl@mozilla.com>2015-03-09 14:45:48 +0100
commitee27d5356f3459a8d279e3d6b7eaf9d94668f530 (patch)
treefe003f258fab254e683f73a6f2f7506ab90f37da /Bugzilla/Install/Requirements.pm
parent1f5413655f09c5714ac1b6fe5a34e5b38db3e9f2 (diff)
downloadbugzilla-ee27d5356f3459a8d279e3d6b7eaf9d94668f530.tar.gz
bugzilla-ee27d5356f3459a8d279e3d6b7eaf9d94668f530.tar.xz
Bug 1130691: Support markdown tables
r=dkl,a=glob
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index e9cf230c4..e8a90cab7 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -404,9 +404,9 @@ sub OPTIONAL_MODULES {
# Markdown
{
- package => 'Text-Markdown',
- module => 'Text::Markdown',
- version => '1.0.26',
+ package => 'Text-MultiMarkdown',
+ module => 'Text::MultiMarkdown',
+ version => '1.000035',
feature => ['markdown'],
},