shared hash keys and ++/--
[p5sagit/p5-mst-13.2.git] / t / op / ref.t
index 05f3b84..613c450 100755 (executable)
@@ -1,5 +1,10 @@
 #!./perl
 
+BEGIN {
+    chdir 't' if -d 't';
+    @INC = qw(.);
+}
+
 print "1..62\n";
 
 require 'test.pl';