perl/modules/W3C/LogValidator Changes,1.25,1.26 META.yml,1.13,1.14 Makefile.PL,1.26,1.27

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

Modified Files:
	Changes META.yml Makefile.PL 
Log Message:
SOAP::Lite is having hiccups in CPAN lately, which thus breaks any installation
via CPAN of WebService::Validator::CSS::W3C, and thus the logvalidator.

Working around this issue by using the HTTP response of the CSS validator, instead
of the full SOAP output.




Index: META.yml
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/META.yml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- META.yml	10 Sep 2007 00:51:11 -0000	1.13
+++ META.yml	5 May 2008 06:41:55 -0000	1.14
@@ -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.2
+version:      1.3
 version_from: 
 installdirs:  site
 requires:
@@ -13,7 +13,6 @@
     Mail::Sendmail:                0
     Sys::Hostname:                 0
     URI::Escape:                   0
-    WebService::Validator::CSS::W3C: 0.2
 
 distribution_type: module
 generated_by: ExtUtils::MakeMaker version 6.17

Index: Changes
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Changes,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Changes	10 Sep 2007 00:55:19 -0000	1.25
+++ Changes	5 May 2008 06:41:55 -0000	1.26
@@ -1,6 +1,9 @@
 Revision history for Perl module W3C::LogValidator
 $Id$
 
+1.3 [2008-05-XX]
+  - removed dependencies to some currently broken perl modules. No Functional Changes.
+
 1.2 [2007-09-10]
   - clean tarball - similar in feature to 1.1
 

Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Makefile.PL,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Makefile.PL	10 Sep 2007 00:51:11 -0000	1.26
+++ Makefile.PL	5 May 2008 06:41:55 -0000	1.27
@@ -13,7 +13,7 @@
     'DISTNAME'          => 'W3C-LogValidator',
     'AUTHOR'            => 'Olivier Thereaux <ot@w3.org>',
     'ABSTRACT'		=> 'The W3C Log Validator',
-    'VERSION'      	=> '1.2', 
+    'VERSION'      	=> '1.3', 
     'PREREQ_PM'         => { 'Exporter'       => 0,
                              'Sys::Hostname'  => 0,
                              'LWP::UserAgent' => 0,
@@ -22,7 +22,6 @@
 			     'File::Temp' => 0,
 			     'DB_File' => 0,
 			     'Mail::Sendmail' => 0,
-			     'WebService::Validator::CSS::W3C' => 0.2
                            },
     'EXE_FILES'         => [ 'bin/logprocess.pl' ],
     'dist'              => { COMPRESS => 'gzip -9f', SUFFIX => '.gz' },

Received on Monday, 5 May 2008 06:42:32 UTC