- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 26 Aug 2005 06:41:26 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LogValidator
In directory hutz:/tmp/cvs-serv8977
Modified Files:
Makefile.PL
Log Message:
The tool has been quite stable for a while and not under fast development any more.
As suggested by a number of people, setting version # to 1.0 to reflect this.
Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Makefile.PL,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Makefile.PL 1 Aug 2005 05:11:19 -0000 1.15
+++ Makefile.PL 26 Aug 2005 06:41:24 -0000 1.16
@@ -13,7 +13,7 @@
'DISTNAME' => 'W3C-LogValidator',
'AUTHOR' => 'Olivier Thereaux <ot@w3.org>',
'ABSTRACT' => 'The W3C Log Validator',
- 'VERSION' => '0.5',
+ 'VERSION' => '1.0',
'PREREQ_PM' => { 'Exporter' => 0,
'Sys::Hostname' => 0,
'LWP::UserAgent' => 0,
Received on Friday, 26 August 2005 06:41:30 UTC