- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Dec 2009 21:28:11 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker In directory hutz:/tmp/cvs-serv3923 Modified Files: META.yml Makefile.PL Log Message: Add support for cookies (command line mode only for now). Index: META.yml =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/META.yml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- META.yml 19 Apr 2009 09:58:25 -0000 1.20 +++ META.yml 3 Dec 2009 21:28:09 -0000 1.21 @@ -16,6 +16,7 @@ Getopt::Long: 2.17 HTML::Entities: 0 HTML::Parser: 3.2 + HTTP::Cookies: 0 HTTP::Request: 0 HTTP::Response: 1.5 Locale::Country: 0 Index: Makefile.PL =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/Makefile.PL,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- Makefile.PL 19 Apr 2009 09:58:25 -0000 1.26 +++ Makefile.PL 3 Dec 2009 21:28:09 -0000 1.27 @@ -44,6 +44,9 @@ CGI::Carp => 0, CGI::Cookie => 0, + # Optional, required if using cookies: + HTTP::Cookies => 0, + # Required for the test suite: File::Spec => 0, Test::More => 0,
Received on Thursday, 3 December 2009 21:28:12 UTC