Upgrade to PathTools 3.04
[p5sagit/p5-mst-13.2.git] / lib / File / Spec / t / crossplatform.t
index a98e091..2da585e 100644 (file)
@@ -1,8 +1,9 @@
 #!/usr/bin/perl -w
 
 use strict;
-use Test::More;
 use File::Spec;
+use lib File::Spec->catfile('t', 'lib');
+use Test::More;
 local $|=1;
 
 my @platforms = qw(Cygwin Epoc Mac OS2 Unix VMS Win32);