perl@14323 fails here:
lib/ExtUtils/t/hints................FAILED at test 2
Don't know why test believes there are two tests. Running harness from
within the t/ directory passes the test.
>>>>> On Thu, 17 Jan 2002 20:25:57 -0500, Michael G Schwern <[EMAIL PROTECTED]> said:
> +++ lib/ExtUtils/t/hints.t Thu Jan 17 20:20:42 2002
> @@ -0,0 +1,30 @@
> +#!/usr/bin/perl -w
> +
> +BEGIN {
> + if( $ENV{PERL_CORE} ) {
> + chdir 't';
> + @INC = '../lib';
> + }
> +}
> +chdir 't';
This looks suspicious, somebody will try to chdir twice and fail once.
In any case a "or die ..." should be used on chdir, mkdir, and close.
--
andreas