summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-03-11 20:22:52 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-03-11 20:22:52 +0100
commite3fc6a004229a69645fdde6932df30caf022a3b5 (patch)
treea73b8925db37b0e0f60a69d8a90ae384c3783dfc /Bugzilla/Install
parent17d05cc7addbf4288c537f8e56c60e7dee24c6d8 (diff)
downloadbugzilla-e3fc6a004229a69645fdde6932df30caf022a3b5.tar.gz
bugzilla-e3fc6a004229a69645fdde6932df30caf022a3b5.tar.xz
Require Text::MultiMarkdown 1.0.34 instead of 1.0.35, see bug 1130691
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Requirements.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index e8a90cab7..abe878743 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -406,7 +406,8 @@ sub OPTIONAL_MODULES {
{
package => 'Text-MultiMarkdown',
module => 'Text::MultiMarkdown',
- version => '1.000035',
+ # 1.0.34 supports definition lists.
+ version => '1.000034',
feature => ['markdown'],
},