Jerry D. Hedden wrote:
>> 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! #$%^&()_'{}.~-]+$/'
>
> Reini Urban wrote:
>> $^E works under cygwin: $^E is the last posix style
error,
>> Win32::GetLastError() the last win32 style error,
the best of both
>> worlds.
>>
>> You wont need $^E, you will need
Win32::GetLastError().
>
> Jerry D. Hedden wrote:
>> Okay, I'll modify this patch.
>
> Attached.
Thanks, applied (with $VERSION bump) as #31956.
|