This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Sync ExtUtils-CBuilder test scripts with CPAN versions
[perl5.git] / cpan / ExtUtils-CBuilder / t / 01-basic.t
index 66a025f..79a0b0c 100644 (file)
@@ -1,5 +1,14 @@
 #! perl -w
 
+BEGIN {
+  if ($ENV{PERL_CORE}) {
+    chdir 't' if -d 't';
+    chdir '../lib/ExtUtils/CBuilder'
+      or die "Can't chdir to lib/ExtUtils/CBuilder: $!";
+    @INC = qw(../..);
+  }
+}
+
 use strict;
 use Test::More;
 BEGIN {