perl/modules/W3C/LogValidator Makefile.PL,1.19,1.20 META.yml,1.5,1.6 Changes,1.17,1.18

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

Modified Files:
	Makefile.PL META.yml Changes 
Log Message:
preparing minor release

Index: META.yml
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/META.yml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- META.yml	5 Jan 2006 13:12:02 -0000	1.5
+++ META.yml	5 Jan 2006 21:46:30 -0000	1.6
@@ -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.01
+version:      1.02
 version_from: 
 installdirs:  site
 requires:

Index: Changes
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Changes,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Changes	10 Sep 2005 12:16:59 -0000	1.17
+++ Changes	5 Jan 2006 21:46:30 -0000	1.18
@@ -1,6 +1,10 @@
 Revision history for Perl module W3C::LogValidator
 $Id$
 
+1.02 [2006-01-06]
+	- fixing a broken dependency
+	- improved detection of link checker program for eponymous module
+
 1.01 [2005-09-10]
 	- fixing list of required modules
 

Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Makefile.PL,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Makefile.PL	5 Jan 2006 13:12:02 -0000	1.19
+++ Makefile.PL	5 Jan 2006 21:46:30 -0000	1.20
@@ -13,7 +13,7 @@
     'DISTNAME'          => 'W3C-LogValidator',
     'AUTHOR'            => 'Olivier Thereaux <ot@w3.org>',
     'ABSTRACT'		=> 'The W3C Log Validator',
-    'VERSION'      	=> '1.01', 
+    'VERSION'      	=> '1.02', 
     'PREREQ_PM'         => { 'Exporter'       => 0,
                              'Sys::Hostname'  => 0,
                              'LWP::UserAgent' => 0,

Received on Thursday, 5 January 2006 21:46:34 UTC