& what's to be done for 5.8.0?
[p5sagit/p5-mst-13.2.git] / lib / Switch / t / switch.t
index 7b147c0..5f5451d 100755 (executable)
@@ -1,5 +1,10 @@
 #! /usr/local/bin/perl -w
 
+BEGIN {
+    chdir 't' if -d 't';
+    @INC = '../lib';
+}
+
 use Carp;
 use Switch qw(__ fallthrough);