From: Jarkko Hietaniemi Date: Mon, 15 Jul 2002 18:39:11 +0000 (+0000) Subject: Add #!./perl, noticed by John Adams. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=88cb3de1190a9c7cb0c9eac7e530563ff68bf2a4;p=p5sagit%2Fp5-mst-13.2.git Add #!./perl, noticed by John Adams. p4raw-id: //depot/perl@17558 --- diff --git a/ext/Time/HiRes/HiRes.t b/ext/Time/HiRes/HiRes.t index e246d82..8a50f50 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';