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