From 88cb3de1190a9c7cb0c9eac7e530563ff68bf2a4 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 15 Jul 2002 18:39:11 +0000 Subject: Add #!./perl, noticed by John Adams. p4raw-id: //depot/perl@17558 --- ext/Time/HiRes/HiRes.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext') diff --git a/ext/Time/HiRes/HiRes.t b/ext/Time/HiRes/HiRes.t index e246d82f62..8a50f5029c 100644 --- a/ext/Time/HiRes/HiRes.t +++ b/ext/Time/HiRes/HiRes.t @@ -1,3 +1,5 @@ +#!./perl -w + BEGIN { chdir 't' if -d 't'; @INC = '../lib'; -- cgit v1.2.1