This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move ExtUtils::Install from lib to ext.
[perl5.git] / ext / ExtUtils-Install / t / InstallWithMM.t
similarity index 93%
rename from lib/ExtUtils/t/InstallWithMM.t
rename to ext/ExtUtils-Install/t/InstallWithMM.t
index 354b8f4..028c01a 100644 (file)
@@ -3,13 +3,7 @@
 # Make sure EUI works with MakeMaker
 
 BEGIN {
-    if( $ENV{PERL_CORE} ) {
-        chdir 't' if -d 't';
-        @INC = ('../lib', 'lib');
-    }
-    else {
-        unshift @INC, 't/lib';
-    }
+    unshift @INC, 't/lib';
 }
 
 use strict;