I have build a number of XS based Perl modules used by many in my organization. Recently, we migrated from Perl 5.6 to 5.8.
Now, the very same modules that compiled and ran under 5.6 croak under 5.8.
Can't get through compilation using 5.8.6.
On 5.8.8 all modules fail for "make test". Error message is "make: Fatal error: Command failed for target 'test_dynamic'". Tried running scripts anyway but they do not work.
Is anyone having similar problems? If so, any ideas?