- 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/Output
In directory hutz:/tmp/cvs-serv10369/lib/W3C/LogValidator/Output
Modified Files:
HTML.pm Mail.pm Raw.pm
Log Message:
mapping version number to CVS revision
Index: HTML.pm
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator/Output/HTML.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- HTML.pm 28 Jun 2004 22:59:10 -0000 1.9
+++ HTML.pm 10 Aug 2004 05:32:41 -0000 1.10
@@ -15,7 +15,7 @@
our %EXPORT_TAGS = ( 'all' => [ qw() ] );
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
our @EXPORT = qw();
-our $VERSION = '0.2';
+our $VERSION = q$Revision$;
###########################
Index: Raw.pm
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator/Output/Raw.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Raw.pm 8 Jun 2004 05:10:48 -0000 1.5
+++ Raw.pm 10 Aug 2004 05:32:41 -0000 1.6
@@ -15,7 +15,7 @@
our %EXPORT_TAGS = ( 'all' => [ qw() ] );
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
our @EXPORT = qw();
-our $VERSION = '0.1';
+our $VERSION = q$Revision$;
###########################
Index: Mail.pm
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator/Output/Mail.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Mail.pm 28 Jun 2004 23:45:54 -0000 1.7
+++ Mail.pm 10 Aug 2004 05:32:41 -0000 1.8
@@ -15,7 +15,7 @@
our %EXPORT_TAGS = ( 'all' => [ qw() ] );
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
our @EXPORT = qw();
-our $VERSION = '0.1';
+our $VERSION = q$Revision$;
###########################
Received on Tuesday, 10 August 2004 05:32:43 UTC