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
inline: Improve RSS url munging to use a proper html parser
[ikiwiki.git]
/
Bundle
/
IkiWiki.pm
blob
d6c344d6a0a2b7b6bfacec2abb49edb77a085a09
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
32
=head1 AUTHOR
33
34
Joey Hess <joey@ikiwiki.info>