X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/a49041bf4bd45b7a1676f88d691bfa108e6f2b68..8ebf6acd80e9c6dfbf101ad046c907feebfef2b1:/doc/bugs/markdown_module_location.mdwn diff --git a/doc/bugs/markdown_module_location.mdwn b/doc/bugs/markdown_module_location.mdwn index 8554046f2..c0be6904a 100644 --- a/doc/bugs/markdown_module_location.mdwn +++ b/doc/bugs/markdown_module_location.mdwn @@ -18,4 +18,29 @@ Fixed, I think --[[Joey]] > out how to do it. A flag if you use the second import would be an ugly solution. > -- [[JamesWestby]] +Ok, the markdown in CPAN must be an entirely different version then if it +doesn't has a Markdown::Markdown. Interesting, I'll have a look at it. +--[[Joey]] +> It works if you use Text::Markdown::Markdown, sorry, I forgot to mention that. +> --JamesWestby + +I think what I've committed now will work in all cases. Well, unless there +are even more forks of markdown out there (the CPAN module is a fork +apparently...) + + --[[Joey]] + +> It now compiles here, thanks. --JamesWestby + +> It's back open in the latest incarnation of Text::Markdown ... the fix is to use the +> lowercase function name (Text::Markdown::markdown) however w/ this setup +> it causes a segfault on my system.... down while compiling + + todo/calendar_--_archive_browsing_via_a_calendar_frontend.mdwn + *** glibc detected *** double free or corruption (!prev): 0x08bced80 *** + + -- [[harningt]] + +> What version of Text::Markdown are you referring to? If it crashes perl +> then perhaps you need to find a less evil version... --[[Joey]]