Fix Some Pod Typos
[p5sagit/p5-mst-13.2.git] / lib / bigint.t
index 034c5c6..569db20 100755 (executable)
@@ -1,6 +1,9 @@
 #!./perl
 
-BEGIN { @INC = '../lib' }
+BEGIN {
+    chdir 't' if -d 't';
+    @INC = '../lib';
+}
 require "bigint.pl";
 
 $test = 0;