- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Tue, 10 Aug 2004 01:50:38 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LogValidator/lib/W3C
In directory hutz:/tmp/cvs-serv22975
Modified Files:
LogValidator.pm
Log Message:
test version numbering
Index: LogValidator.pm
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- LogValidator.pm 8 Jun 2004 04:59:23 -0000 1.7
+++ LogValidator.pm 10 Aug 2004 01:50:36 -0000 1.8
@@ -14,7 +14,7 @@
our %EXPORT_TAGS = ( 'all' => [ qw() ] );
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
our @EXPORT = qw();
-our $VERSION = '0.2';
+our $VERSION = q$Revision$;
our %config;
our $output="";
Received on Tuesday, 10 August 2004 01:50:38 UTC