web commit by http://per.bothner.myopenid.com/: Note how to install perl module dependencies on Fedora 7.

master
joey 2007-09-10 04:19:07 +00:00
parent f8d264848a
commit ace91c7d0b
1 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,13 @@ installed, and also uses the following perl modules if available:
[[cpan XML::Feed]], [[cpan File::MimeInfo]], [[cpan Locale::gettext]]
(version 1.04 or newer).
While Fedora 7 doesn't have an ikiwiki package, you can install needed
perl modules using this command:
yum install perl-Text-Markdown perl-Mail-Sendmail perl-HTML-Scrubber \
perl-XML-Simple perl-TimeDate perl-HTML-Template perl-CGI-FormBuilder \
perl-CGI-Session perl-File-MimeInfo perl-gettext
Various [[plugins]] use other libraries and utlities; see their individual
documentation for details.