Skip Menu |

This queue is for tickets about the Test-Distribution CPAN distribution.

Report information
The Basics
Id: 23743
Status: open
Priority: 0/
Queue: Test-Distribution

People
Owner: srshah [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Errors when setting distversion
If I set distversion to a true value,e.g. perl -MTest::Distribution=distversion,1 -e1 then the number of tests will be wrong: 1..6 ok 1 - Checking MANIFEST integrity WARNING: This key is not certified with a trusted signature! Primary key fingerprint: 6238 D0CB 85AB 3FDA C42E 29DE 6C3D 5F33 D339 CAD2 ok 2 - Valid signature ok 3 # skip Module::Build PREREQ_PM not yet implemented ok 4 - MANIFEST exists ok 5 - README exists ok 6 - Changes(.pod)? or ChangeLog(.pod)? exists ok 7 - Build.PL or Makefile.PL exists # Looks like you planned 6 tests but ran 1 extra. Exitcode 255 Without the distversion parameter the number of tests is OK: 1..7 ok 1 - Checking MANIFEST integrity WARNING: This key is not certified with a trusted signature! Primary key fingerprint: 6238 D0CB 85AB 3FDA C42E 29DE 6C3D 5F33 D339 CAD2 ok 2 - Valid signature ok 3 # skip Module::Build PREREQ_PM not yet implemented ok 4 - MANIFEST exists ok 5 - README exists ok 6 - Changes(.pod)? or ChangeLog(.pod)? exists ok 7 - Build.PL or Makefile.PL exists Regards, Slaven