]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - Bundle/IkiWiki.pm
Add ikistrap plugin for ikistrap theme.
[git.ikiwiki.info.git] / Bundle / IkiWiki.pm
1 package Bundle::IkiWiki;
3 $VERSION = '0.01';
5 1;
7 __END__
9 =head1 NAME
11 Bundle::IkiWiki - core modules that ikiwiki needs
13 =head1 SYNOPSIS
15 perl -MCPAN -e 'install Bundle::IkiWiki'
17 =head1 CONTENTS
19 Text::Markdown::Discount
20 HTML::Scrubber
21 HTML::Template
22 HTML::Parser
23 URI 1.36
24 XML::Simple
25 Date::Parse
26 CGI::FormBuilder
27 CGI::Session
28 Mail::Sendmail
29 CGI
30 Data::Dumper
31 YAML::XS
32 JSON
33 RPC::XML
35 =head1 AUTHOR
37 Joey Hess <joey@ikiwiki.info>