- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Tue, 10 Aug 2004 05:32:43 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator
In directory hutz:/tmp/cvs-serv10369/lib/W3C/LogValidator
Modified Files:
Config.pm
Log Message:
mapping version number to CVS revision
Index: Config.pm
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator/Config.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Config.pm 26 Aug 2003 20:06:07 -0000 1.2
+++ Config.pm 10 Aug 2004 05:32:41 -0000 1.3
@@ -14,7 +14,7 @@
our %EXPORT_TAGS = ( 'all' => [ qw() ] );
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
our @EXPORT = qw();
-our $VERSION = '0.1';
+our $VERSION = q$Revision$;
our $config_filename;
our %conf;
Received on Tuesday, 10 August 2004 05:32:43 UTC