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.pm
blob
532006baf5960a50300a7fba07f621b19a21aa52
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
33
=head1 AUTHOR
34
35
Joey Hess <joey@ikiwiki.info>