aboutsummaryrefslogtreecommitdiff
path: root/Bundle/IkiWiki.pm
blob: 0059362507117ed9ae9dc92ea38ac1a312b4c06f (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
35
36
37
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::Discount
HTML::Scrubber
HTML::Template
HTML::Parser
URI 1.36
XML::Simple
Date::Parse
CGI::FormBuilder
CGI::Session
Mail::Sendmail
CGI
Data::Dumper
YAML::XS
JSON
RPC::XML

=head1 AUTHOR

Joey Hess <joey@ikiwiki.info>