aboutsummaryrefslogtreecommitdiff
path: root/Perl/t/TestLog.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Perl/t/TestLog.pm')
-rw-r--r--Perl/t/TestLog.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Perl/t/TestLog.pm b/Perl/t/TestLog.pm
index 6c84604..0e9ac64 100644
--- a/Perl/t/TestLog.pm
+++ b/Perl/t/TestLog.pm
@@ -1,6 +1,6 @@
package TestLog;
-# $Id$
+# $Id: TestLog.pm 1604 2005-01-16 10:27:35Z mertz $
# These test facilities has been developped by C. Mertz <mertz@cena.fr>
use IO::Handle; # for autoflushing the logs
@@ -10,7 +10,7 @@ use Exporter;
@ISA = qw(Exporter);
use vars qw( $VERSION @ISA);
-($VERSION) = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+($VERSION) = sprintf("%d.%02d", q$Revision: 1604 $ =~ /(\d+)\.(\d+)/);
@EXPORT = qw( openLog setZincLog log test_eval test_no_eval printableItem printableArray printableList
equal_flat_arrays nequal_cplx_arrays);
use strict;