already fixed in git
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 10 Mar 2008 00:10:13 +0000 (20:10 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 10 Mar 2008 00:10:13 +0000 (20:10 -0400)
doc/bugs/markdown_module_location.mdwn
doc/todo/Add_support_for_latest_Text::Markdown_as_found_on_CPAN.mdwn

index 5478ed9f39bb156e9dfac3c9d59d170dbb781c51..3e2e4daa52420aa91ccbf9283fbafe7d01b673b6 100644 (file)
@@ -46,3 +46,4 @@ apparently...)
 > then perhaps you need to find a less evil version... --[[Joey]]
 
 >> The patch in [[todo/Add_support_for_latest_Text::Markdown_as_found_on_CPAN]] adds support for Text::Markdown::markdown(). -- [[HenrikBrixAndersen]]
+>> Doesn't fix the above double free though. Nevertheless, I think I'm going to call this [[done]] since I already added support for Text::Markdown::markdown in git earlier this week. --[[Joey]]
index 3690df1238164619161a78c999696357d2edc6af..0a509ae2a22d2831a05b21103c99ee3fd18c9876 100644 (file)
@@ -4,6 +4,12 @@ It seems that the Text::Markdown module as found on CPAN is now identical to Tex
 
 This patch allows IkiWiki to work with either of the two:
 
+> I already wrote such a patch a few days ago and applied it to git. Might
+> be a good idea to check out current git master before spending time on
+> patches in the future. Thanks for the work anyway.. --[[Joey]]
+
+[[tag done]]
+
     --- IkiWiki/Plugin/mdwn.pm.orig    2008-03-08 11:33:50.000000000 +0100
     +++ IkiWiki/Plugin/mdwn.pm 2008-03-08 13:37:21.000000000 +0100
     @@ -28,14 +28,20 @@ sub htmlize (@) { #{{{