aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-03-19 23:00:21 -0400
committerJoey Hess <joey@kitenet.net>2008-03-19 23:00:21 -0400
commitb86c40e220ed5f095f5149fd7d74a65eb570edd1 (patch)
treeeb2190edfd5e7952e189226b6f6e62c9a4ee3aae /doc
parent8471c5135512586dd4944cd4f7ca3de75063a197 (diff)
parentc92e9b34ec652748af3a07b329e07c4af7f975d5 (diff)
downloadikiwiki-b86c40e220ed5f095f5149fd7d74a65eb570edd1.tar
ikiwiki-b86c40e220ed5f095f5149fd7d74a65eb570edd1.tar.gz
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r--doc/install.mdwn6
-rw-r--r--doc/tips/SharedHosting.mdwn2
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn
index 5e3720c5e..170a1d93a 100644
--- a/doc/install.mdwn
+++ b/doc/install.mdwn
@@ -11,9 +11,9 @@ perl modules be installed.
It also uses the following perl modules if available: [[cpan
CGI::Session]], [[cpan CGI::FormBuilder]] (version 3.05 or newer), [[cpan
-Mail::Sendmail]], [[cpan Time::Duration]], [[cpan TimeDate]], [[cpan
-RPC::XML]], [[cpan XML::Simple]], [[cpan XML::Feed]], [[cpan
-File::MimeInfo]], [[cpan Locale::gettext]] (version 1.04 or newer).
+Mail::Sendmail]], [[cpan TimeDate]], [[cpan RPC::XML]],
+[[cpan XML::Simple]], [[cpan XML::Feed]], [[cpan File::MimeInfo]],
+[[cpan Locale::gettext]] (version 1.04 or newer).
It's recommended you have a C compiler, as ikiwiki uses one to build
wrappers.
diff --git a/doc/tips/SharedHosting.mdwn b/doc/tips/SharedHosting.mdwn
index aa8ea21a4..5af894d16 100644
--- a/doc/tips/SharedHosting.mdwn
+++ b/doc/tips/SharedHosting.mdwn
@@ -109,7 +109,7 @@ Install the modules required for Ikiwiki. I install all of the ones required *a
install Text::Markdown URI HTML::Parser HTML::Template
install CGI CGI::Session CGI::FormBuilder
- install Mail::Sendmail Time::Duration HTML::Scrubber
+ install Mail::Sendmail HTML::Scrubber
install RPC::XML XML::Simple XML::Feed File::MimeInfo Locale::gettext
# Changes to Ikiwiki's build/install process