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
On Sep 26, 2006, at 21:06, Philip M. Gollucci wrote:
Our release management / tagging needs some attention.
When we do:
svn copy https://svn.apache.org/repos/asf/perl/modperl/trunk \
https://svn.apache.org/repos/asf/perl/modperl/tags/$(VERSION_SYM)
Its pretty much pointless at this p
On 5-Oct-06, at 11:13 AM, Nikolay Ananiev wrote:
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 comple