On 9/24/07, Reini Urban <rurban x-ray.at> wrote:
> 2007/9/24, Jerry D. Hedden <jdhedden cpan.org>:
> > > Change 31935 by steveh maldoror on 2007/09/21
07:39:02
> > > Upgrade to Win32-0.32
> >
> > Jerry D. Hedden wrote:
> > > > ./perl -Ilib ext/Win32/t/Names.t
> > > 1..16
> > > ok 1 - Win32: omainNam
e()
> > > not ok 2 - - checking returned domain
> > > # Failed test ' - checking returned
domain'
> > > # at ext/Win32/t/Names.t line 21.
> > > # undef
> > > # doesn't match '/^[a-zA-Z0-9! #$%^&()_'{}.~-]+$/'
> >
> > Skips test under Cygwin because $^E doesn't work
under Cygwin.
>
> Aargh,
> $^E works under cygwin: $^E is the last posix style
error,
Well, then this needs to be documented in perlcygwin.pod
and
perlvar.pod. I'll work up a patch.
> Win32::GetLastError() the last win32 style error, the
best of both worlds.
>
> You wont need $^E, you will need
Win32::GetLastError().
Okay, I'll modify this patch.
|