switch bundle to discount, and mention it in install
authorJoey Hess <joey@kitenet.net>
Sun, 1 Jan 2012 21:40:50 +0000 (17:40 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 1 Jan 2012 21:40:50 +0000 (17:40 -0400)
Bundle/IkiWiki.pm
doc/install.mdwn

index a823623174f9f23b8260fe9431517bed8fb733ff..a0bd60e46abdf9425b0f01b1ab7dee3af3c73ebe 100644 (file)
@@ -16,7 +16,7 @@ perl -MCPAN -e 'install Bundle::IkiWiki'
 
 =head1 CONTENTS
 
-Text::Markdown
+Text::Markdown::Discount
 HTML::Scrubber
 HTML::Template
 HTML::Parser
index f38ae2aabacacc72cef9a2f93aac21c305cedade..9c5d5939b132ca07b46a97c1656d9e8ad69263d1 100644 (file)
@@ -11,7 +11,8 @@ Ikiwiki is a perl program, and needs a recent version of perl such as
 It's recommended you have a C compiler, as ikiwiki uses one to build
 wrappers.
 
-Ikiwiki requires the [[!cpan Text::Markdown]], [[!cpan URI]],
+Ikiwiki requires the [[!cpan Text::Markdown::Discount]] (or 
+[[!cpan Text::Markdown]]), [[!cpan URI]],
 [[!cpan HTML::Parser]], [[!cpan HTML::Template]], and [[!cpan HTML::Scrubber]]
 perl modules be installed. It can also use a lot of other perl modules, if
 they are available.