blob: 769791d305b17ce03f6159a8d3094dbdb026cb80 (
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
XML::Simple
Date::Parse
CGI::FormBuilder
CGI::Session
Mail::Sendmail
CGI
Data::Dumper
=head1 AUTHOR
Joey Hess <joey@ikiwiki.info>
|