aboutsummaryrefslogtreecommitdiff
path: root/Bundle/IkiWiki/Extras.pm
blob: c0fd0b18621648b41b1e953858f65437737fae0d (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
35
36
package Bundle::IkiWiki::Extras;

$VERSION = '0.01';

1;

__END__

=head1 NAME

Bundle::IkiWiki - modules used by ikiwiki plugins

=head1 SYNOPSIS

perl -MCPAN -e 'install Bundle::IkiWiki::Extras'

=head1 CONTENTS

Authen::Passphrase
Search::Xapian
RPC::XML
File::MimeInfo
Locale::gettext
Net::OpenID::Consumer
LWPx::ParanoidAgent
Crypt::SSLeay
Text::CSV
Text::Typography
Text::Textile
Text::WikiFormat
XML::Feed
Net::Amazon::S3

=head1 AUTHOR

Joey Hess <joey@ikiwiki.info>