diff options
Diffstat (limited to 't/op/method.t')
-rwxr-xr-x | t/op/method.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/op/method.t b/t/op/method.t index d2f1300690..6e25310734 100755 --- 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'; |