ikiwiki/Bundle/IkiWiki.pm

35 lines
393 B
Perl
Raw Normal View History

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
2008-06-12 20:54:28 +02:00
HTML::Scrubber
2009-02-12 19:15:23 +01:00
HTML::Template
HTML::Parser
URI
XML::Simple
Date::Parse
CGI::FormBuilder
CGI::Session
Mail::Sendmail
2009-02-12 19:15:23 +01:00
CGI
Data::Dumper
=head1 AUTHOR
Joey Hess <joey@ikiwiki.info>