integrate cfgperl contents into mainline
[p5sagit/p5-mst-13.2.git] / t / op / tr.t
index 486b451..4e6667c 100755 (executable)
--- a/t/op/tr.t
+++ b/t/op/tr.t
@@ -1,5 +1,10 @@
 # tr.t
 
+BEGIN {
+    chdir 't' if -d 't';
+    unshift @INC, "../lib";
+}
+
 print "1..4\n";
 
 $_ = "abcdefghijklmnopqrstuvwxyz";