projects
/
ikiwiki
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Change all shortcuts to use https where possible.
[ikiwiki]
/
Bundle
/
IkiWiki.pm
1
package Bundle::IkiWiki;
2
3
$VERSION = '0.01';
4
5
1;
6
7
__END__
8
9
=head1 NAME
10
11
Bundle::IkiWiki - core modules that ikiwiki needs
12
13
=head1 SYNOPSIS
14
15
perl -MCPAN -e 'install Bundle::IkiWiki'
16
17
=head1 CONTENTS
18
19
Text::Markdown
20
HTML::Scrubber
21
HTML::Template
22
HTML::Parser
23
URI 1.36
24
XML::Simple
25
Date::Parse
26
CGI::FormBuilder
27
CGI::Session
28
Mail::Sendmail
29
CGI
30
Data::Dumper
31
YAML
32
JSON
33
RPC::XML
34
35
=head1 AUTHOR
36
37
Joey Hess <joey@ikiwiki.info>