Re: [Module::Build] Re: CBuilder vs Windows update
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <Ra...@Th...> - 2004-01-11 11:40:12
|
On 1/10/2004 7:09 PM, Ken Williams wrote: > Excellent, I've applied it and released a beta 0.00_03. If you let me > know that it works okay on Win32, I'll make it a 0.01. A small fix to a big bug that slipped past me in EU::CBuilder: $ diff -u0 Windows.pm-orig Windows.pm --- Windows.pm-orig 2004-01-10 11:53:03.000000000 -0500 +++ Windows.pm 2004-01-11 06:34:41.000000000 -0500 @@ -98 +98 @@ - objects => @objects, + objects => \@objects, With this patch, everything passes for perl 5.6.1 & 5.8.x for all compilers on Windows & cygwin. (M::B-0.22 passes all tests as well). I really need to start reviewing my patches more thoroughly... Randy. |