projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
789a190
)
Config is being used.
Jarkko Hietaniemi [Thu, 6 Jul 2000 03:16:04 +0000 (
03:16
+0000)]
p4raw-id: //depot/cfgperl@6321
t/op/method.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/method.t
b/t/op/method.t
index
d2f1300
..
6e25310
100755
(executable)
--- a/
t/op/method.t
+++ b/
t/op/method.t
@@
-4,6
+4,11
@@
# test method calls and autoloading.
#
+BEGIN {
+ chdir 't' if -d 't';
+ unshift @INC, '../lib' if -d '../lib';
+}
+
print "1..53\n";
@A::ISA = 'B';