Small change to fix how the @INC is being set up. I do not know why
this was working before and is only being detected by VMS in blead.
-John
[EMAIL PROTECTED]
Personal Opinion Only
--- lib/bignum/t/bninfnan.t Fri Aug 12 16:52:35 2005
+++ lib/bignum/t/bninfnan.t_25289 Fri Aug 12 16:58:21 2005
@@ -8,7 +8,7 @@
BEGIN
{
$| = 1;
- my $location = $0; $location =~ s/bninfnan.t//i;
+ my $location = $0; $location =~ s/biinfnan.t//i;
if ($ENV{PERL_CORE})
{
@INC = qw(../lib ../lib/bignum/t); # testing with the core distribution