perl/modules/W3C/LogValidator Changes,1.20,1.21 META.yml,1.8,1.9 Makefile.PL,1.22,1.23

Update of /sources/public/perl/modules/W3C/LogValidator
In directory hutz:/tmp/cvs-serv2460

Modified Files:
	Changes META.yml Makefile.PL 
Log Message:
preparing a 1.05 release with security patch for link checker by Slaven Rezic



Index: META.yml
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/META.yml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- META.yml	15 Jan 2006 19:40:22 -0000	1.8
+++ META.yml	18 Jan 2006 02:32:27 -0000	1.9
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         W3C-LogValidator
-version:      1.04
+version:      1.05
 version_from: 
 installdirs:  site
 requires:

Index: Changes
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Changes,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Changes	15 Jan 2006 19:40:22 -0000	1.20
+++ Changes	18 Jan 2006 02:32:27 -0000	1.21
@@ -1,6 +1,9 @@
 Revision history for Perl module W3C::LogValidator
 $Id$
 
+1.05 [2006-01-18]
+	- "safe pipe open" patch for link checker (courtesy of Slaven Rezic)
+
 1.04 [2006-01-16]
 	- improved detection of link checker program for eponymous module
 	  (patch submitted by Slaven Rezic)

Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Makefile.PL,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile.PL	15 Jan 2006 19:43:26 -0000	1.22
+++ Makefile.PL	18 Jan 2006 02:32:27 -0000	1.23
@@ -13,7 +13,7 @@
     'DISTNAME'          => 'W3C-LogValidator',
     'AUTHOR'            => 'Olivier Thereaux <ot@w3.org>',
     'ABSTRACT'		=> 'The W3C Log Validator',
-    'VERSION'      	=> '1.04', 
+    'VERSION'      	=> '1.05', 
     'PREREQ_PM'         => { 'Exporter'       => 0,
                              'Sys::Hostname'  => 0,
                              'LWP::UserAgent' => 0,

Received on Wednesday, 18 January 2006 02:32:38 UTC