Yitzchak Scott-Thoennes wrote:
> 
> Rats, I somehow overlooked a test failure.  Please add this:

Thanks, applied as #23973.

> --- perl/ext/B/t/stash.t.orig 2005-01-07 06:57:11.000000000 -0800
> +++ perl/ext/B/t/stash.t      2005-02-15 20:08:59.063289600 -0800
> @@ -61,7 +61,7 @@
>  @got = grep { ! /^Win32$/                     } @got  if $^O eq 'MSWin32';
>  @got = grep { ! /^NetWare$/                   } @got  if $^O eq 'NetWare';
>  @got = grep { ! /^(Cwd|File|File::Copy|OS2)$/ } @got  if $^O eq 'os2';
> [EMAIL PROTECTED] = grep { ! /^Cwd$/                       } @got  if $^O eq 
> 'cygwin';
> [EMAIL PROTECTED] = grep { ! /^(Cwd|Cygwin)$/              } @got  if $^O eq 
> 'cygwin';

Reply via email to