On Oct 5, 2006, at 6:19 AM, [EMAIL PROTECTED] wrote:We are customizing an Auction Software which it is originally from Mewsoft and which it is written in Perl using a MySQL database.We have already introduced some further features and improvements on it but still need some work to be done.Due to ot
We are customizing an Auction Software which it is
originally from Mewsoft and which it is written in Perl using a MySQL database.
We have already introduced some further features and
improvements on it but still need some work to be done.
Due to other commitments we want to subcont
In present days, Cygwin behaves more like a traditional unix system.
Thats why some of the old workarounds in mp2's build and test system
are not applicable anymore. The following patch removes these workarounds.
With the patch all tests complete successfuly on perl 5.8.7, Apache 2.2.2.
Index: Ap
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