- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 07 Mar 2010 17:16:15 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker In directory hutz:/tmp/cvs-serv8409 Modified Files: Makefile.PL Log Message: Add support for checking links in CSS. Known issue: no support for line numbers yet. Index: Makefile.PL =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/Makefile.PL,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- Makefile.PL 28 Feb 2010 21:13:22 -0000 1.31 +++ Makefile.PL 7 Mar 2010 17:16:13 -0000 1.32 @@ -10,15 +10,20 @@ PREREQ_PM => { # Hard dependencies: - HTML::Entities => 0, - HTML::Parser => 3.20, - HTTP::Request => 0, - HTTP::Response => 1.50, - LWP::RobotUA => 1.19, - LWP::UserAgent => 0, - Time::HiRes => 0, - URI => 1.31, - URI::Escape => 0, + CSS::DOM => 0.09, + CSS::DOM::Constants => 0, + CSS::DOM::Style => 0, + CSS::DOM::Util => 0, + HTML::Entities => 0, + HTML::Parser => 3.20, + HTTP::Headers::Util => 0, + HTTP::Request => 0, + HTTP::Response => 1.50, + LWP::RobotUA => 1.19, + LWP::UserAgent => 0, + Time::HiRes => 0, + URI => 1.31, + URI::Escape => 0, # Optional, but required if using a config file: Config::General => 2.06,
Received on Sunday, 7 March 2010 17:16:17 UTC