repo.or.cz
/
ikiwiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clear sandbox/test commit
[ikiwiki.git]
/
Bundle
/
IkiWiki
/
Extras.pm
blob
07030573147e5cf5188af6144de1b74ea9a81690
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
RPC::XML
22
File::MimeInfo
23
Locale::gettext
24
Net::OpenID::Consumer
25
LWPx::ParanoidAgent
26
Crypt::SSLeay
27
Text::CSV
28
Text::Typography
29
Text::Textile
30
Text::WikiFormat
31
XML::Feed
32
Net::Amazon::S3
33
Text::WikiCreole
34
Term::ReadLine::Gnu
35
HTML::Tree
36
Sort::Naturally
37
Gravatar::URL
38
Net::INET6Glue
39
40
=head1 AUTHOR
41
42
Joey Hess <joey@ikiwiki.info>