Skip Menu |

This queue is for tickets about the Scalar-List-Utils CPAN distribution.

Report information
The Basics
Id: 48706
Status: resolved
Priority: 0/
Queue: Scalar-List-Utils

People
Owner: Nobody in particular
Requestors: HEXCODER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.18
Fixed in: (no value)



Hello, I had a build problem with ActiveState Perl 5.8.4 and Scalar-List-Utils- 1.18 during step 'nmake': Linker complains about 'Perl_seed' being unresolved. (Original message was in German, maybe that is not so informative). Solution: I patched file Util.xs at line 315 #if (PERL_VERSION < 8) || (PERL_VERSION == 8 && PERL_SUBVERSION <1) to #if (PERL_VERSION < 8) || (PERL_VERSION == 8 && PERL_SUBVERSION <5) which solved my problem. Hope that helps.
this is an old bug fixed in version 1.19, latest version is 1.21