- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:26 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 359:d70651a64418
user: ville
date: Wed Mar 10 20:58:58 2010 +0000
files: Makefile.PL
description:
Quote versions with significant trailing zeros (to get META.yml right).
diff -r 610777145845 -r d70651a64418 Makefile.PL
--- a/Makefile.PL Tue Mar 09 20:52:16 2010 +0000
+++ b/Makefile.PL Wed Mar 10 20:58:58 2010 +0000
@@ -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 Thursday, 5 August 2010 14:47:40 UTC