diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-27 17:11:30 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-27 17:11:30 +0000 |
commit | e5c4eae640be852fd0477d14750892bea2b4eeb1 (patch) | |
tree | 01ddbe11946487336313daa8cc9b42cd1ba40a33 /doc/install.mdwn | |
parent | c43112d1d9a7ca5ef1efe3e1a51efaf4b26a446b (diff) | |
download | ikiwiki-e5c4eae640be852fd0477d14750892bea2b4eeb1.tar ikiwiki-e5c4eae640be852fd0477d14750892bea2b4eeb1.tar.gz |
* Add missing dependency on the URI perl module.
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r-- | doc/install.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index 4c3c8bbe9..bc1067737 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -5,8 +5,9 @@ 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 [[MarkDown]] and the `HTML::Parser` perl module be -installed, and also uses the following perl modules if available: +Ikiwiki requires [[MarkDown]] and the `URI` and `HTML::Parser` perl +modules be installed, and also uses the following perl modules if +available: `CGI::Session` `CGI::FormBuilder` (version 3.02.02 or newer) `HTML::Template` `Mail::Sendmail` `Time::Duration` `Date::Parse`, `HTML::Scrubber`, `RPC::XML`, `XML::Simple`, `XML::Feed`. |