On Wed, 16 May 2007, Steve Hay wrote:
> Jan Dubois wrote:
> Testing on Win32 with VC6, there's one warning produced when building:
> 
> Didn't find a 'MODULE ... PACKAGE ... PREFIX' line
That is harmless, but I've fixed it anyways...
 
> Otherwise looks OK with a threaded bleadperl, but with a non-threaded
> one (I built with "nmake USE_MULTI=undef USE_ITHREADS=undef
> USE_IMP_SYS-undef") lots of tests fail:

It is all the same failure of Win32::GetFullPathName().  The implementation
assumes that PerlDir_mapX() will invoke the implementation in win32/vdir.h,
but this is only true when you compile with PERL_IMPLICIT_SYS.  I've changed
the code to use the Cygwin codepath when you compile without PERL_IMPLICIT_SYS,
which seems to fix all the problems for me.

I've uploaded 0.28_01 to CPAN; final release will be 0.29, as 0.28
has already been used by ActivePerl 820.

I've attached the diff between 0.27_02 and 0.28_01.

Let me know if there are any other problems, or if I should turn this into 0.29.

Steve, are you going to integrate directly from CPAN or do you prefer me
to create a patch against bleadperl for you?

Cheers,
-Jan

Attachment: diff
Description: Binary data

Reply via email to