summaryrefslogtreecommitdiffstats
path: root/misc/bundle
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bundle')
-rw-r--r--misc/bundle/Makefile.PL15
-rw-r--r--misc/bundle/lib/Bundle/W3C/Validator.pm12
2 files changed, 27 insertions, 0 deletions
diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL
index a68be76..0f6b538 100644
--- a/misc/bundle/Makefile.PL
+++ b/misc/bundle/Makefile.PL
@@ -7,20 +7,35 @@ WriteMakefile(
AUTHOR => 'The W3C Markup Validator Team <www-validator@w3.org>',
VERSION_FROM => 'lib/Bundle/W3C/Validator.pm',
PREREQ_PM => {
+ # Hard dependencies:
CGI => 2.81,
+ CGI::Carp => 0,
Config::General => 2.31,
Encode => 0,
+ Encode::Alias => 0,
Encode::HanExtra => 0,
File::Spec::Functions => 0,
HTML::Encoding => 0.52,
HTML::Parser => 3.24,
HTML::Template => 2.6,
+ HTTP::Headers::Auth => 0,
+ HTTP::Headers::Util => 0,
+ HTTP::Message => 0,
+ HTTP::Negotiate => 0,
+ HTTP::Request => 0,
LWP::UserAgent => 2.032,
+ Net::hostent => 0,
Net::IP => 0,
SGML::Parser::OpenSP => 0,
+ Socket => 0,
String::Approx => 0,
URI => 0,
+ URI::Escape => 0,
XML::LibXML => 0,
+
+ # Optional:
+ Encode::JIS2K => 0,
+ HTML::Tidy => 0,
},
dist => { TARFLAGS => '--owner=0 --group=0 -cvf' },
clean => { FILES => 'ChangeLog.bak' },
diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm
index b02c411..88e7278 100644
--- a/misc/bundle/lib/Bundle/W3C/Validator.pm
+++ b/misc/bundle/lib/Bundle/W3C/Validator.pm
@@ -21,18 +21,30 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator">
=head1 CONTENTS
CGI 2.81
+ CGI::Carp
Config::General 2.31
Encode
+ Encode::Alias
Encode::HanExtra
+ Encode::JIS2K - (optional)
File::Spec::Functions
HTML::Encoding 0.52
HTML::Parser 3.24
HTML::Template 2.6
+ HTML::Tidy - (optional)
+ HTTP::Headers::Auth
+ HTTP::Headers::Util
+ HTTP::Message
+ HTTP::Negotiate
+ HTTP::Request
LWP::UserAgent 2.032
Net::IP
+ Net::hostent
SGML::Parser::OpenSP
+ Socket
String::Approx
URI
+ URI::Escape
XML::LibXML
=head1 DESCRIPTION