Overeager visited-positions optimizations
[p5sagit/p5-mst-13.2.git] / t / lib / ftmp-mktemp.t
index 2f41d5d..9503ea7 100755 (executable)
@@ -1,11 +1,16 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 # Test for mktemp family of commands in File::Temp
 # Use STANDARD safe level for these tests
 
+BEGIN {
+       chdir 't' if -d 't';
+       @INC = '../lib';
+       require Test; import Test;
+       plan(tests => 9);
+}
+
 use strict;
-use Test;
-BEGIN { plan tests => 9 }
 
 use File::Spec;
 use File::Path;