Skip Menu |

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

Report information
The Basics
Id: 31541
Status: resolved
Priority: 0/
Queue: Algorithm-Permute

People
Owner: epratomo [...] acm.org
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.06
Fixed in: 0.13



Subject: test.pl
Can you convert tests to Test::Simple/Test::More and move to t/ ? test.pl tests are not reported properly by CPANPLUS (there is no standard for test.pl) and require correct exit status. In addition, CPAN testers results may be incorrect because of this. -- Alexandr Ciornii, http://chorny.net
On 2007-12-14 10:58:06, CHORNY wrote: Show quoted text
> Can you convert tests to Test::Simple/Test::More and move to t/ ? > test.pl tests are not reported properly by CPANPLUS (there is no > standard for test.pl) and require correct exit status. > In addition, CPAN testers results may be incorrect because of this.
Actually test.pl currently has a failing test case (see http://www.cpantesters.org/cpan/report/77bdf692-b483-11e4-b0b1-3e86e0bfc7aa for a sample report), but CPAN::Reporter does not detect this error, so the matrix looks greener than it should be: http://matrix.cpantesters.org/?dist=Algorithm%3A%3APermute
refactored test.pl into a test file using Test::More. That tie test still fails and I moved it to TODO.