]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - Bundle/IkiWiki.pm
ikiwiki-mass-rebuild: Fix tty hijacking vulnerability by using su. (Once su's related...
[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 XML::Simple
20 Text::Markdown
21 Date::Parse
22 HTML::Template
23 HTML::Scrubber
24 CGI
25 CGI::FormBuilder
26 CGI::Session
27 Mail::Sendmail
28 HTML::Parser
29 URI
30 Data::Dumper
32 =head1 AUTHOR
34 Joey Hess <joey@ikiwiki.info>