no longer supports Text::Markdown::Markdown. All old versions of
Text::Markdown also support the lower-case version.
else {
eval q{use Text::Markdown};
if (! $@) {
- $markdown_sub=\&Text::Markdown::Markdown;
+ $markdown_sub=\&Text::Markdown::markdown;
}
else {
do "/usr/bin/markdown" ||
* 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.
-- martin f. krafft <madduck@debian.org> Sun, 02 Mar 2008 17:46:38 +0100