validator/misc/bundle Makefile.PL,1.36,1.37

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

Modified Files:
	Makefile.PL 
Log Message:
Quote versions with significant trailing zeros (to get META.yml right).

Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- Makefile.PL	10 Mar 2010 20:51:38 -0000	1.36
+++ Makefile.PL	10 Mar 2010 20:54:40 -0000	1.37
@@ -21,7 +21,7 @@
         "Encode::HanExtra"      => 0,
         "File::Spec::Functions" => 0,
         "HTML::Encoding"        => 0.52,
-        "HTML::HeadParser"      => 3.60,
+        "HTML::HeadParser"      => "3.60",
         "HTML::Parser"          => 3.24,
         "HTML::Template"        => 2.6,
         "HTTP::Headers::Auth"   => 0,
@@ -37,7 +37,7 @@
         "Socket"                => 0,
         "URI"                   => 0,
         "URI::Escape"           => 0,
-        "XML::LibXML"           => 1.70,
+        "XML::LibXML"           => "1.70",
 
         # Optional:
         "Encode::JIS2K" => 0,

Received on Wednesday, 10 March 2010 20:54:43 UTC