perl/modules/W3C/LogValidator META.yml,1.4,1.5 Makefile.PL,1.18,1.19

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

Modified Files:
	META.yml Makefile.PL 
Log Message:
removing failing dependency (W3C::LinkChecker not being a real module...)

Index: META.yml
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/META.yml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- META.yml	10 Sep 2005 12:22:42 -0000	1.4
+++ META.yml	5 Jan 2006 13:12:02 -0000	1.5
@@ -13,7 +13,6 @@
     Mail::Sendmail:                0
     Sys::Hostname:                 0
     URI::Escape:                   0
-    W3C::LinkChecker:              0
     WebService::Validator::CSS::W3C: 0
 
 distribution_type: module

Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Makefile.PL,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Makefile.PL	10 Sep 2005 12:16:59 -0000	1.18
+++ Makefile.PL	5 Jan 2006 13:12:02 -0000	1.19
@@ -22,8 +22,7 @@
 			     'File::Temp' => 0,
 			     'DB_File' => 0,
 			     'Mail::Sendmail' => 0,
-			     'WebService::Validator::CSS::W3C' => 0,
-			     'W3C::LinkChecker' => 0
+			     'WebService::Validator::CSS::W3C' => 0
                            },
     'EXE_FILES'         => [ 'bin/logprocess.pl' ],
     'dist'              => { COMPRESS => 'gzip -9f', SUFFIX => '.gz' },

Received on Thursday, 5 January 2006 13:12:06 UTC