projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
53fb3a9
)
@INC tweak.
Jarkko Hietaniemi [Thu, 29 Nov 2001 04:18:08 +0000 (
04:18
+0000)]
p4raw-id: //depot/perl@13352
t/op/ref.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/ref.t
b/t/op/ref.t
index
05f3b84
..
613c450
100755
(executable)
--- a/
t/op/ref.t
+++ b/
t/op/ref.t
@@
-1,5
+1,10
@@
#!./perl
+BEGIN {
+ chdir 't' if -d 't';
+ @INC = qw(.);
+}
+
print "1..62\n";
require 'test.pl';