projects
/
ikiwiki
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
removed
[ikiwiki]
/
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>