- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Mar 2010 20:59:01 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker
In directory hutz:/tmp/cvs-serv15698
Modified Files:
Makefile.PL
Log Message:
Quote versions with significant trailing zeros (to get META.yml right).
Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/Makefile.PL,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Makefile.PL 8 Mar 2010 18:58:29 -0000 1.34
+++ Makefile.PL 10 Mar 2010 20:58:58 -0000 1.35
@@ -15,10 +15,10 @@
CSS::DOM::Style => 0,
CSS::DOM::Util => 0,
HTML::Entities => 0,
- HTML::Parser => 3.20,
+ HTML::Parser => "3.20",
HTTP::Headers::Util => 0,
HTTP::Request => 0,
- HTTP::Response => 1.50,
+ HTTP::Response => "1.50",
LWP::RobotUA => 1.19,
LWP::UserAgent => 0,
Time::HiRes => 0,
Received on Wednesday, 10 March 2010 20:59:02 UTC