blob: c802dcdfd6c313a5cee02188cce240df1240d726 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
package Bundle::IkiWiki;
$VERSION = '0.01';
1;
__END__
=head1 NAME
Bundle::IkiWiki - core modules that ikiwiki needs
=head1 SYNOPSIS
perl -MCPAN -e 'install Bundle::IkiWiki'
=head1 CONTENTS
XML::Simple
Text::Markdown
Date::Parse
HTML::Template
HTNL::Scrubber
CGI
CGI::FormBuilder
CGI::Session
Mail::Sendmail
HTML::Parser
URI
Data::Dumper
=head1 AUTHOR
Joey Hess <joey@ikiwiki.info>
|