perl/modules/W3C/LogValidator Changes,1.13,1.14 Makefile.PL,1.13,1.14

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

Modified Files:
	Changes Makefile.PL 
Log Message:
adding QuietIfNoReport option - preparing for 0.5

Index: Changes
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Changes,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Changes	10 Sep 2004 00:41:24 -0000	1.13
+++ Changes	10 Nov 2004 00:16:46 -0000	1.14
@@ -2,6 +2,11 @@
 $Id$
 
 
+0.5 [2004-11-10]
+	- adding "QuietIfNoReport" option. 
+	If this option is set, the LogValidator skips reports 
+	where the details table is empty (nothing to validate, or nothing invalid)
+
 0.4.1 [2004-09-08]
 	- minor documentation fixes
 

Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Makefile.PL,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile.PL	10 Sep 2004 00:41:24 -0000	1.13
+++ Makefile.PL	10 Nov 2004 00:16:46 -0000	1.14
@@ -13,7 +13,7 @@
     'DISTNAME'          => 'W3C-LogValidator',
     'AUTHOR'            => 'Olivier Thereaux <ot@w3.org>',
     'ABSTRACT'		=> 'The W3C Log Validator',
-    'VERSION'      	=> '0.4.1', 
+    'VERSION'      	=> '0.5', 
     'PREREQ_PM'         => { 'Exporter'       => 0,
                              'Sys::Hostname'  => 0,
                              'LWP::UserAgent' => 0,

Received on Wednesday, 10 November 2004 00:16:49 UTC