Re: Fix buggy boot_ statements in modperl_xsinit.c

2006-10-12 Thread Philippe M. Chiasson
On 5-Oct-06, at 5:10 AM, Nikolay Ananiev wrote: I spotted this on cygwin and perl 5.8.7, but it might happen on other platforms too. The problem is that $Config{static_ext} contains ' Win32CORE' (with a leading space) and when ExtUtils::Embed::static_ext() splits the value we get an array wi

Fix buggy boot_ statements in modperl_xsinit.c

2006-10-05 Thread Nikolay Ananiev
I spotted this on cygwin and perl 5.8.7, but it might happen on other platforms too. The problem is that $Config{static_ext} contains ' Win32CORE' (with a leading space) and when ExtUtils::Embed::static_ext() splits the value we get an array with 2 elements - the space and Win32CORE. Then ExtUtils