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
Yaml formatted setup files are now produced by default
[ikiwiki.git]
/
Bundle
/
IkiWiki
/
Extras.pm
blob
8b97d893da8a99ede7e679470b306a0e41207950
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
38
=head1 AUTHOR
39
40
Joey Hess <joey@ikiwiki.info>