perl/modules/W3C/LogValidator Changes,1.26,1.27 META.yml,1.14,1.15 Makefile.PL,1.27,1.28

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

Modified Files:
	Changes META.yml Makefile.PL 
Log Message:
the macosx resource files bite again

Index: META.yml
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/META.yml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- META.yml	5 May 2008 06:41:55 -0000	1.14
+++ META.yml	28 May 2008 13:16:38 -0000	1.15
@@ -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
+version:      1.3.1
 version_from: 
 installdirs:  site
 requires:

Index: Changes
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Changes,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Changes	5 May 2008 06:41:55 -0000	1.26
+++ Changes	28 May 2008 13:16:38 -0000	1.27
@@ -1,7 +1,11 @@
 Revision history for Perl module W3C::LogValidator
 $Id$
 
-1.3 [2008-05-XX]
+1.3.1 [2008-05-28]
+  - removed macos-specific files which tend to trip up some systems.
+    No Functional Changes.
+
+1.3 [2008-05-27]
   - removed dependencies to some currently broken perl modules. No Functional Changes.
 
 1.2 [2007-09-10]

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

Received on Wednesday, 28 May 2008 13:17:15 UTC