From 9a67bdaab7ed5a5aa70e2322825f580eee2069b3 Mon Sep 17 00:00:00 2001 From: "rginda%netscape.com" Date: Thu, 20 Jan 2000 01:21:05 +0000 Subject: [PATCH] Remove 'use 5.004;', only seems to work on linux git-svn-id: svn://10.0.0.236/trunk@58282 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js/tests/jsDriver.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/js/tests/jsDriver.pl b/mozilla/js/tests/jsDriver.pl index 8473d8b5baa..a0cf25ed90e 100755 --- a/mozilla/js/tests/jsDriver.pl +++ b/mozilla/js/tests/jsDriver.pl @@ -36,7 +36,6 @@ # Branched 11/01/99 # -use 5.004; use strict; use Getopt::Mixed "nextOption";