diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-14 17:58:35 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-14 17:58:35 +0000 |
commit | a5095b955fc4e37abc6b5f9e449c881110ad4250 (patch) | |
tree | b75fd61cec572238f5914b386475b25197bb5438 /t | |
parent | ce231f4e16daef78a202946f2a24078a75eed02f (diff) | |
download | perl-a5095b955fc4e37abc6b5f9e449c881110ad4250.tar.gz |
lib was missing from @INC.
p4raw-id: //depot/cfgperl@2483
Diffstat (limited to 't')
-rwxr-xr-x | t/op/tr.t | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ # tr.t +chdir 't' if -d 't'; +@INC = "../lib"; + print "1..4\n"; $_ = "abcdefghijklmnopqrstuvwxyz"; |