projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
69dc652
)
Add #!./perl, noticed by John Adams.
Jarkko Hietaniemi [Mon, 15 Jul 2002 18:39:11 +0000 (18:39 +0000)]
p4raw-id: //depot/perl@17558
ext/Time/HiRes/HiRes.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/Time/HiRes/HiRes.t
b/ext/Time/HiRes/HiRes.t
index
e246d82
..
8a50f50
100644
(file)
--- 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';