diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-03-04 20:29:52 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-03-04 20:29:52 -0500 |
commit | eec482aa65ba5d6274cba803f527af974de35007 (patch) | |
tree | cdfdf53d57bd3c7583a804da7712282e254d613c /debian/changelog | |
parent | 0217eebf4901860dd04cbf22ee0d81b69b1396a0 (diff) |
test for Text::Markdown::[Mm]arkdown and use the available one
Markdown is such a splintered mess.. The current debian package provides
only Text::Markdown::Markdown, while all versions of Text::Markdown support
Text::Markdown::markdown, and old versions also support the capitalised version,
while new ones don't.
It's getting to the point where `grep /markdown/i %symbol_table` is the only
sane way to figure out what function to call..
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 1edab22fb..448de1723 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,9 +14,8 @@ ikiwiki (2.41) UNRELEASED; urgency=low * rcs_diff is a new function that rcs modules should implement. * Implemented rcs_diff for git, svn, and tla (tla version untested). Mercurial and monotone still todo. - * Use Text::Markdown::markdown, since version 1.0.16 of Text::Markdown - no longer supports Text::Markdown::Markdown. All old versions of - Text::Markdown also support the lower-case version. + * Support Text::Markdown::markdown, which is the spelling used by + version 1.0.16 of Text::Markdown. -- martin f. krafft <madduck@debian.org> Sun, 02 Mar 2008 17:46:38 +0100 |