I enabled multimarkdown in my setup file but I get this message 'remote: multimarkdown is enabled, but Text::MultiMarkdown is not installed'. I also installed multimarkdown-git for my distro (archlinux), which should take care of installing all required perl modules, I believe. What am I missing?
Thanks.
You are apparently still missing the Text::MultiMarkdown perl module. Not being familiar with arch linux, I don't know what multimarkdown-git is, so I can't say more than that.. --Joey
multimarkdown-git is a package build that fetches the git version of multimarkdown. It should install Text::Markdown I believe. I tried to install it by hand on the cpan command line but it didn't work either: perl -MCPAN -e shell install Text::MultiMarkdown
says couldn't run make file or something.
perl -e 'use Text::MultiMarkdown'
runs successfully), ikiwiki can use it.