Batch of small 64-bit/long double/large file support tweaks:
[p5sagit/p5-mst-13.2.git] / t / lib / filespec.t
index 8ba4363..3aeed17 100755 (executable)
@@ -1,11 +1,13 @@
-#!/usr/bin/perl
-
-print "1..4\n";
+#!./perl
 
 BEGIN {
-       $^O = '';
+    $^O = '';
+    chdir 't' if -d 't';
+    unshift @INC, '../lib';
 }
 
+print "1..4\n";
+
 use File::Spec;