ExtUtils::MakeMaker 6.55_02
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / t / pm_to_blib.t
index 66ef879..7c28781 100644 (file)
@@ -2,6 +2,13 @@
 
 # Ensure pm_to_blib runs at the right times.
 
+BEGIN {
+    if ($ENV{PERL_CORE}) {
+        chdir 't' if -d 't';
+        @INC = qw(../lib lib);
+    }
+}
+
 use strict;
 use lib 't/lib';