aboutsummaryrefslogtreecommitdiff
path: root/Bundle/IkiWiki/Extras.pm
blob: 5bbd7b8c62f5e05f9e9d5434df95a94c7d1933b8 (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
37
38
39
40
41
42
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

Digest::SHA1
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
Text::WikiCreole
Term::ReadLine::Gnu
HTML::Tree
Sort::Naturally
YAML

=head1 AUTHOR

Joey Hess <joey@ikiwiki.info>