Require Text::MultiMarkdown 1.0.34 instead of 1.0.35, see bug 1130691

git-svn-id: svn://10.0.0.236/trunk@265861 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2015-03-11 19:30:48 +00:00
parent 6ca7ee8774
commit 038f7a081a
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
9333
9334

View File

@ -1 +1 @@
17d05cc7addbf4288c537f8e56c60e7dee24c6d8
e3fc6a004229a69645fdde6932df30caf022a3b5

View File

@ -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'],
},