projects
/
ikiwiki
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
not working for me
[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
XML::Simple
20
Text::Markdown
21
Date::Parse
22
HTML::Template
23
HTML::Scrubber
24
CGI
25
CGI::FormBuilder
26
CGI::Session
27
Mail::Sendmail
28
HTML::Parser
29
URI
30
Data::Dumper
31
32
=head1 AUTHOR
33
34
Joey Hess <joey@ikiwiki.info>