diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-19 10:35:54 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-19 10:35:54 +0000 |
commit | 1697260bf1215a0130aeb2fd9c0825a12978dbca (patch) | |
tree | a8ed97127ec77e78624308452c4b7d9efbee2031 | |
parent | 60e6784d8cfcde87ef7383d059ac67b9cd133c09 (diff) | |
download | ikiwiki-1697260bf1215a0130aeb2fd9c0825a12978dbca.tar ikiwiki-1697260bf1215a0130aeb2fd9c0825a12978dbca.tar.gz |
web commit by http://chrisisbd.myopenid.com/: Changed Text::MarkDown to Text::Markdown
-rw-r--r-- | doc/install.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index 38db23356..b01fcdf6b 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -5,7 +5,7 @@ most unix-like systems. Ikiwiki is a perl program, and needs a recent version of perl such as 5.8.8. (5.8.0 has been reported not to work). -Ikiwiki requires the [[cpan Text::MarkDown]], [[cpan URI]] and +Ikiwiki requires the [[cpan Text::Markdown]], [[cpan URI]] and [[cpan HTML::Parser]] perl modules be installed, and also uses the following perl modules if available: [[cpan CGI::Session]], [[cpan CGI::FormBuilder]] (version 3.02.02 or newer), |