perl/modules/W3C/LogValidator/lib/W3C LogValidator.pm,1.9,1.10

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

Modified Files:
	LogValidator.pm 
Log Message:
more versioning test

Index: LogValidator.pm
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- LogValidator.pm	10 Aug 2004 08:05:58 -0000	1.9
+++ LogValidator.pm	12 Aug 2004 02:28:51 -0000	1.10
@@ -14,7 +14,7 @@
 our %EXPORT_TAGS = ( 'all' => [ qw() ] );
 our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 our @EXPORT = qw();
-our $VERSION = q$Revision$;
+our $VERSION = sprintf "%d.%03d",q$Revision$ =~ /(\d+)\.(\d+)/;
 
 our %config;
 our $output="";

Received on Thursday, 12 August 2004 02:28:53 UTC