perl/modules/W3C/LogValidator Makefile.PL,1.16,1.17

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