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
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