aboutsummaryrefslogtreecommitdiff
path: root/Bundle/IkiWiki.pm
blob: d6c344d6a0a2b7b6bfacec2abb49edb77a085a09 (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

Text::Markdown
HTML::Scrubber
HTML::Template
HTML::Parser
URI 1.36
XML::Simple
Date::Parse
CGI::FormBuilder
CGI::Session
Mail::Sendmail
CGI
Data::Dumper

=head1 AUTHOR

Joey Hess <joey@ikiwiki.info>