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

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

Modified Files:
	Changes META.yml Makefile.PL 
Log Message:
preparing for a release to be sent to pause, hopefully easier to install even without W3C::LinkChecker installed

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

Index: Changes
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Changes,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Changes	5 Jan 2006 21:46:30 -0000	1.18
+++ Changes	13 Jan 2006 08:25:16 -0000	1.19
@@ -1,6 +1,10 @@
 Revision history for Perl module W3C::LogValidator
 $Id$
 
+1.03 [2006-01-13]
+	- making dependency to link checker less strict
+	- documenting how to enable the linkchecker module
+
 1.02 [2006-01-06]
 	- fixing a broken dependency
 	- improved detection of link checker program for eponymous module

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

Received on Friday, 13 January 2006 08:25:20 UTC