Skip Menu |

This queue is for tickets about the Crypt-Perl CPAN distribution.

Report information
The Basics
Id: 120080
Status: resolved
Priority: 0/
Queue: Crypt-Perl

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

Bug Information
Severity: (no value)
Broken in:
  • 0.15_1
  • 0.15_2
  • 0.16_rc1
Fixed in: (no value)



Subject: Undeclared dependency Carp::Always
Some tests fail if Carp::Always is not installed: ... Can't locate Carp/Always.pm in @INC (you may need to install the Carp::Always module) (@INC contains: ...) at t/Crypt-Perl-ECDSA-Math.t line 138. BEGIN failed--compilation aborted at t/Crypt-Perl-ECDSA-Math.t line 138. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 2 just after 1. t/Crypt-Perl-ECDSA-Math.t ......................... Dubious, test returned 2 (wstat 512, 0x200) All 1 subtests passed ... (etc.)... Test Summary Report ------------------- t/Crypt-Perl-ECDSA-Math.t (Wstat: 512 Tests: 1 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/Crypt-Perl-ECDSA-PrivateKey.t (Wstat: 512 Tests: 1 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/Crypt-Perl-ECDSA-PublicKey.t (Wstat: 512 Tests: 1 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output
On Fri Feb 03 02:08:47 2017, SREZIC wrote: Show quoted text
> Some tests fail if Carp::Always is not installed: > > ... > Can't locate Carp/Always.pm in @INC (you may need to install the > Carp::Always module) (@INC contains: ...) at t/Crypt-Perl-ECDSA-Math.t > line 138. > BEGIN failed--compilation aborted at t/Crypt-Perl-ECDSA-Math.t line > 138. > # Tests were run but no plan was declared and done_testing() was not > seen. > # Looks like your test exited with 2 just after 1. > t/Crypt-Perl-ECDSA-Math.t ......................... > Dubious, test returned 2 (wstat 512, 0x200) > All 1 subtests passed > ... (etc.)... > Test Summary Report > ------------------- > t/Crypt-Perl-ECDSA-Math.t (Wstat: 512 Tests: 1 > Failed: 0) > Non-zero exit status: 2 > Parse errors: No plan found in TAP output > t/Crypt-Perl-ECDSA-PrivateKey.t (Wstat: 512 Tests: 1 > Failed: 0) > Non-zero exit status: 2 > Parse errors: No plan found in TAP output > t/Crypt-Perl-ECDSA-PublicKey.t (Wstat: 512 Tests: 1 > Failed: 0) > Non-zero exit status: 2 > Parse errors: No plan found in TAP output
I just uploaded version 0.15_3 to fix this. Thank you!
Fixed in 0.15_3.