diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-21 14:18:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-21 14:18:57 +0000 |
commit | 4e2c63610f74400f174dcfe702ef37ee29cf723b (patch) | |
tree | 3cc657ae6b62b9aae0ce9a0f8fafe597d9bcb1db /t/op/tr.t | |
parent | fc7eeb6b14eda6357f73c99cc4237ef3f548c453 (diff) | |
download | perl-4e2c63610f74400f174dcfe702ef37ee29cf723b.tar.gz |
Change #2483 update.
p4raw-id: //depot/cfgperl@2497
Diffstat (limited to 't/op/tr.t')
-rwxr-xr-x | t/op/tr.t | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,9 @@ # tr.t -chdir 't' if -d 't'; -@INC = "../lib"; +BEGIN { + chdir 't' if -d 't'; + unshift @INC, "../lib"; +} print "1..4\n"; |