Rephrase 'linked to by' confusing for translators.
[ikiwiki.git] / Bundle / IkiWiki.pm
blob769791d305b17ce03f6159a8d3094dbdb026cb80
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
20 HTML::Scrubber
21 HTML::Template
22 HTML::Parser
23 URI
24 XML::Simple
25 Date::Parse
26 CGI::FormBuilder
27 CGI::Session
28 Mail::Sendmail
29 CGI
30 Data::Dumper
32 =head1 AUTHOR
34 Joey Hess <joey@ikiwiki.info>