aboutsummaryrefslogtreecommitdiff
path: root/Perl/Zinc/TraceErrors.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Perl/Zinc/TraceErrors.pm')
-rw-r--r--Perl/Zinc/TraceErrors.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Perl/Zinc/TraceErrors.pm b/Perl/Zinc/TraceErrors.pm
index 2ad524c..43ff71b 100644
--- a/Perl/Zinc/TraceErrors.pm
+++ b/Perl/Zinc/TraceErrors.pm
@@ -18,7 +18,7 @@
# module name, the line number and the complete error messages are reported
# for each error.
#
-# $Id$
+# $Id: TraceErrors.pm 1658 2005-05-16 07:23:18Z lecoanet $
#
# When you have no idea where this happens in your code or when your
# application segfaults, use the Tk::Zinc::Trace package which traces every
@@ -30,7 +30,7 @@
package Tk::Zinc::TraceErrors;
use vars qw( $VERSION );
-($VERSION) = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+($VERSION) = sprintf("%d.%02d", q$Revision: 1658 $ =~ /(\d+)\.(\d+)/);
use Tk;
use strict;