]> sipb.mit.edu Git - ikiwiki.git/blob - Bundle/IkiWiki/Extras.pm
update config example for yaml setup file
[ikiwiki.git] / Bundle / IkiWiki / Extras.pm
1 package Bundle::IkiWiki::Extras;
2
3 $VERSION = '0.01';
4
5 1;
6
7 __END__
8
9 =head1 NAME
10
11 Bundle::IkiWiki - modules used by ikiwiki plugins
12
13 =head1 SYNOPSIS
14
15 perl -MCPAN -e 'install Bundle::IkiWiki::Extras'
16
17 =head1 CONTENTS
18
19 Authen::Passphrase
20 Search::Xapian
21 File::MimeInfo
22 Locale::gettext
23 Net::OpenID::Consumer
24 LWPx::ParanoidAgent
25 Crypt::SSLeay
26 Text::CSV
27 Text::Typography
28 Text::Textile
29 Text::WikiFormat
30 XML::Feed
31 Net::Amazon::S3
32 Text::WikiCreole
33 Term::ReadLine::Gnu
34 HTML::Tree
35 Sort::Naturally
36 Gravatar::URL
37 Net::INET6Glue
38
39 =head1 AUTHOR
40
41 Joey Hess <joey@ikiwiki.info>