Commit e3fc6a00 authored by Frédéric Buclin's avatar Frédéric Buclin

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

parent 17d05cc7
...@@ -406,7 +406,8 @@ sub OPTIONAL_MODULES { ...@@ -406,7 +406,8 @@ sub OPTIONAL_MODULES {
{ {
package => 'Text-MultiMarkdown', package => 'Text-MultiMarkdown',
module => 'Text::MultiMarkdown', module => 'Text::MultiMarkdown',
version => '1.000035', # 1.0.34 supports definition lists.
version => '1.000034',
feature => ['markdown'], feature => ['markdown'],
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment