Skip Menu |

This queue is for tickets about the Algorithm-FastPermute CPAN distribution.

Report information
The Basics
Id: 101779
Status: new
Priority: 0/
Queue: Algorithm-FastPermute

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

Bug Information
Severity: (no value)
Broken in: 0.999
Fixed in: (no value)



Subject: Test suite fails for perl 5.14 and later
With recent perls, the test suite fails like this: PERL_DL_NONLAZY=1 /usr/perl5.20.1/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..13 ok 1 ok 2 ok 3 ok 4 ok 5 not ok 6 # 5 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 Also problematic: with the tests implemented in test.pl no failures will be reported at cpantesters, see http://matrix.cpantesters.org/?dist=Algorithm-FastPermute+0.999 It's probably a good idea to convert the test into a t/*.t file.