This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
blead is upstream for Math-BigInt
[perl5.git] / dist / Math-BigInt / t / require.t
similarity index 85%
rename from cpan/Math-BigInt/t/require.t
rename to dist/Math-BigInt/t/require.t
index 50831e6..66bf627 100644 (file)
@@ -10,11 +10,6 @@ BEGIN
   $| = 1;
   # to locate the testing files
   my $location = $0; $location =~ s/require.t//i;
-  if ($ENV{PERL_CORE})
-    {
-    # testing with the core distribution
-    @INC = qw(../t/lib);
-    }
   unshift @INC, qw(../lib);     # to locate the modules
   if (-d 't')
     {