Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
[p5sagit/p5-mst-13.2.git] / lib / bignum / t / bninfnan.t
index adaf4fc..7536a03 100644 (file)
@@ -8,10 +8,10 @@ use strict;
 BEGIN
   {
   $| = 1;
-  my $location = $0; $location =~ s/bninfnan.t//;
+  my $location = $0; $location =~ s/biinfnan.t//i;
   if ($ENV{PERL_CORE})
     {
-    @INC = qw(../lib);          # testing with the core distribution
+    @INC = qw(../lib ../lib/bignum/t); # testing with the core distribution
     }
   else
     {