- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 10 Sep 2005 12:00:09 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LogValidator
In directory hutz:/tmp/cvs-serv14864
Modified Files:
Makefile.PL
Log Message:
setting proper reqs
Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Makefile.PL,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Makefile.PL 26 Aug 2005 06:41:24 -0000 1.16
+++ Makefile.PL 10 Sep 2005 12:00:07 -0000 1.17
@@ -23,7 +23,7 @@
'DB_File' => 0,
'Mail::Sendmail' => 0,
'WebService::Validator::CSS::W3C' => 0,
-# 'W3C::LinkChecker' => 0
+ 'W3C::LinkChecker' => 0
},
'EXE_FILES' => [ 'bin/logprocess.pl' ],
'dist' => { COMPRESS => 'gzip -9f', SUFFIX => '.gz' },
Received on Saturday, 10 September 2005 12:00:11 UTC