projects
/
ikiwiki
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
switched my DreamHost install to pkgsrc, happily
[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
Digest::SHA1
20
Authen::Passphrase
21
Search::Xapian
22
RPC::XML
23
File::MimeInfo
24
Locale::gettext
25
Net::OpenID::Consumer
26
LWPx::ParanoidAgent
27
Crypt::SSLeay
28
Text::CSV
29
Text::Typography
30
Text::Textile
31
Text::WikiFormat
32
XML::Feed
33
Net::Amazon::S3
34
Text::WikiCreole
35
Term::ReadLine::Gnu
36
HTML::Tree
37
Sort::Naturally
38
39
=head1 AUTHOR
40
41
Joey Hess <joey@ikiwiki.info>