- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Wed, 02 Jun 2004 07:50:26 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LogValidator
In directory hutz:/tmp/cvs-serv6747
Modified Files:
MANIFEST Makefile.PL
Log Message:
meta chages for the addition of the CSS validator module
Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Makefile.PL,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.PL 28 Mar 2004 22:31:04 -0000 1.10
+++ Makefile.PL 2 Jun 2004 07:50:24 -0000 1.11
@@ -20,7 +20,8 @@
'Config::General' => 0,
'File::Temp' => 0,
'DB_File' => 0,
- 'Mail::Sendmail' => 0
+ 'Mail::Sendmail' => 0,
+ 'WebService::Validator::CSS::W3C' => 0
},
'EXE_FILES' => [ 'bin/logprocess.pl' ],
'dist' => { COMPRESS => 'gzip -9f', SUFFIX => '.gz' },
Index: MANIFEST
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/MANIFEST,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- MANIFEST 28 Mar 2004 22:34:57 -0000 1.13
+++ MANIFEST 2 Jun 2004 07:50:24 -0000 1.14
@@ -1,6 +1,7 @@
lib/W3C/LogValidator.pm Main module for the LogValidator
lib/W3C/LogValidator/Config.pm Config parser module
lib/W3C/LogValidator/HTMLValidator.pm Validates the logs against the W3C Markup (HTML) validator service
+lib/W3C/LogValidator/CSSValidator.pm Validates the logs against the W3C CSS validator service
lib/W3C/LogValidator/Basic.pm Returns document sorted according to their popularity (hits)
lib/W3C/LogValidator/Output/HTML.pm HTML output module
lib/W3C/LogValidator/Output/Raw.pm Command-line mode output module
Received on Wednesday, 2 June 2004 03:50:34 UTC