validator/misc/bundle Makefile.PL,1.17,1.18

Update of /sources/public/validator/misc/bundle
In directory hutz:/tmp/cvs-serv8612

Modified Files:
	Makefile.PL 
Log Message:
List all dependencies, mention "hard" and optional ones.

Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile.PL	19 Feb 2009 16:16:47 -0000	1.17
+++ Makefile.PL	27 Mar 2009 19:55:07 -0000	1.18
@@ -7,20 +7,35 @@
     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' },

Received on Friday, 27 March 2009 19:55:18 UTC