perl/modules/W3C/LogValidator Changes,1.27,1.28 META.yml,1.15,1.16 Makefile.PL,1.28,1.29

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

Modified Files:
	Changes META.yml Makefile.PL 
Log Message:
preparing the 1.4 release

Index: META.yml
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/META.yml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- META.yml	28 May 2008 13:16:38 -0000	1.15
+++ META.yml	14 Nov 2008 23:19:27 -0000	1.16
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         W3C-LogValidator
-version:      1.3.1
+version:      1.4
 version_from: 
 installdirs:  site
 requires:

Index: Changes
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Changes,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Changes	28 May 2008 13:16:38 -0000	1.27
+++ Changes	14 Nov 2008 23:19:27 -0000	1.28
@@ -1,6 +1,14 @@
 Revision history for Perl module W3C::LogValidator
 $Id$
 
+1.4 [2008-11-XX]
+  - patch for perl 5.10 support, courtesy of Colm Dougan
+  - CSS and HTML validation modules now only take into consideration resources which actually exist
+    counting only the HTTP 200 status code entries, when status code is available
+    http://www.w3.org/Bugs/Public/show_bug.cgi?id=3582
+  - when the log format includes HTTP methods used, keep only the resources accessed via HTTP GET
+    http://www.w3.org/Bugs/Public/show_bug.cgi?id=4334
+    
 1.3.1 [2008-05-28]
   - removed macos-specific files which tend to trip up some systems.
     No Functional Changes.

Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Makefile.PL,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Makefile.PL	28 May 2008 13:16:38 -0000	1.28
+++ Makefile.PL	14 Nov 2008 23:19:28 -0000	1.29
@@ -13,7 +13,7 @@
     'DISTNAME'          => 'W3C-LogValidator',
     'AUTHOR'            => 'Olivier Thereaux <ot@w3.org>',
     'ABSTRACT'		=> 'The W3C Log Validator',
-    'VERSION'      	=> '1.3.1', 
+    'VERSION'      	=> '1.4', 
     'PREREQ_PM'         => { 'Exporter'       => 0,
                              'Sys::Hostname'  => 0,
                              'LWP::UserAgent' => 0,

Received on Friday, 14 November 2008 23:19:39 UTC