From 5b18c51fdfab10bd25a17e9e729aedf4782cd6f7 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Mon, 26 Aug 2002 13:16:47 +0000 Subject: Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) r=joel x2 --- Token.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Token.pm') diff --git a/Token.pm b/Token.pm index 78eef9335..6d0741133 100644 --- a/Token.pm +++ b/Token.pm @@ -24,7 +24,6 @@ ################################################################################ # Make it harder for us to do dangerous things in Perl. -use diagnostics; use strict; # Bundle the functions in this file together into the "Token" package. -- cgit v1.2.3-24-g4f1b