perl/modules/W3C/LogValidator Makefile.PL,1.24,1.25 META.yml,1.11,1.12

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

Modified Files:
	Makefile.PL META.yml 
Log Message:
requiring at least version 0.2 of the CSS validator interface module



Index: META.yml
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/META.yml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- META.yml	23 Jun 2006 04:34:36 -0000	1.11
+++ META.yml	4 Sep 2007 06:23:54 -0000	1.12
@@ -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.05
+version:      1.1
 version_from: 
 installdirs:  site
 requires:
@@ -13,7 +13,7 @@
     Mail::Sendmail:                0
     Sys::Hostname:                 0
     URI::Escape:                   0
-    WebService::Validator::CSS::W3C: 0
+    WebService::Validator::CSS::W3C: 0.2
 
 distribution_type: module
 generated_by: ExtUtils::MakeMaker version 6.17

Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Makefile.PL,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Makefile.PL	23 Jun 2006 04:34:36 -0000	1.24
+++ Makefile.PL	4 Sep 2007 06:23:53 -0000	1.25
@@ -13,7 +13,7 @@
     'DISTNAME'          => 'W3C-LogValidator',
     'AUTHOR'            => 'Olivier Thereaux <ot@w3.org>',
     'ABSTRACT'		=> 'The W3C Log Validator',
-    'VERSION'      	=> '1.06', 
+    'VERSION'      	=> '1.1', 
     'PREREQ_PM'         => { 'Exporter'       => 0,
                              'Sys::Hostname'  => 0,
                              'LWP::UserAgent' => 0,
@@ -22,7 +22,7 @@
 			     'File::Temp' => 0,
 			     'DB_File' => 0,
 			     'Mail::Sendmail' => 0,
-			     'WebService::Validator::CSS::W3C' => 0
+			     'WebService::Validator::CSS::W3C' => 0.2
                            },
     'EXE_FILES'         => [ 'bin/logprocess.pl' ],
     'dist'              => { COMPRESS => 'gzip -9f', SUFFIX => '.gz' },

Received on Tuesday, 4 September 2007 06:24:04 UTC