aboutsummaryrefslogtreecommitdiff
path: root/Bundle/IkiWiki/Extras.pm
blob: 9289968e7d5cf63ae69393895056eb33a9eb76dd (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

Search::Xapian
Authen::Passphrase
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>