On Fri, Feb 11, 2005 at 11:00:37AM +0100, H.Merijn Brand wrote:
> On Thu, 10 Feb 2005 20:04:35 -0800, Yitzchak Scott-Thoennes <[EMAIL
> PROTECTED]>
> wrote:
>
> > > > Returns the cygwin process ID for the given windows pid. cygwin-only.
> > >
> > > How does this look?
> >
> > After discussion with Reini and Gerrit, I made some changes. Package
> > for the builtin extra functions is now Cygwin::, and the cygwin32_
> > prefix is removed.
>
> This new patch has now been applied to blead as change #23961
> Thanks, hoping this will increase Cygwin support
Rats, I somehow overlooked a test failure. Please add this:
--- 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';
if ($Is_VMS) {
@got = grep { ! /^File(?:::Copy)?$/ } @got;