aboutsummaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-04-28 14:08:04 -0400
committerJoey Hess <joey@kitenet.net>2008-04-28 14:08:04 -0400
commitbbfc613360adc32298b0add1f63c2e6ddeb6f328 (patch)
tree568745b0264c8fe92088efbd563c3d8af8d374ea /doc/install
parent6b316dd8e05680f478248c82fed09c216c6e89ef (diff)
downloadikiwiki-bbfc613360adc32298b0add1f63c2e6ddeb6f328.tar
ikiwiki-bbfc613360adc32298b0add1f63c2e6ddeb6f328.tar.gz
web commit by http://vibrog.myopenid.com/
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/discussion.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/install/discussion.mdwn b/doc/install/discussion.mdwn
index 96a79975f..54a30723d 100644
--- a/doc/install/discussion.mdwn
+++ b/doc/install/discussion.mdwn
@@ -103,3 +103,15 @@ in Perl) and documented them in [[tips/SharedHosting]]. I'd like to get feedbac
> No, TimeDate and DateTime are two different CPAN modules. Ikiwiki uses
> TimeDate. --[[Joey]]
+
+ah, i still don't fully get it, though (the following is slightly shortened):
+
+ $ perl -MCPAN -e shell
+ cpan> install DateTime
+ DateTime is up to date.
+ cpan> install TimeDate
+ Warning: Cannot install TimeDate, don't know what it is.
+ Try the command
+ i /TimeDate/
+ to find objects with matching identifiers.
+