Skip Menu |

This queue is for tickets about the Net-Amazon-SNS-Signature CPAN distribution.

Report information
The Basics
Id: 125381
Status: open
Priority: 0/
Queue: Net-Amazon-SNS-Signature

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

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



Subject: t/verify.t fails
On some of my smoker systems t/verify.t fails: ... # Failed test at t/verify.t line 21. # got: '' # expected: '1' # Looks like you failed 1 test of 2. t/verify.t .......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests ... This seems to happen if Crypt::OpenSSL::RSA is too old: with 0.28 it fails, with 0.30 it passes.
This still fails. Checking dependencies from MYMETA.json ... Checking if you have Crypt::OpenSSL::RSA 0 ... Yes (0.31) Checking if you have Crypt::OpenSSL::X509 0 ... Yes (1.812) Checking if you have LWP::UserAgent 0 ... Yes (6.22) Checking if you have Test::Most 0 ... Yes (0.35) Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24) Checking if you have Path::Class 0 ... Yes (0.37) [...] # Failed test at t/verify.t line 21. # got: '' # expected: '1' # Looks like you failed 1 test of 2. t/verify.t .......... I'm going to try to figure out what's wrong.
Version 0.006 works on all my perls, also I've sent https://github.com/patmooney/p5-net-amazon-sns-signature/pull/2 with a new certificate/signature which also works.
On 2019-06-04 05:46:46, DAKKAR wrote: Show quoted text
> Version 0.006 works on all my perls, also I've sent > https://github.com/patmooney/p5-net-amazon-sns-signature/pull/2 with a > new certificate/signature which also works.
I think I selected the wrong version when creating this bug report. CPAN Testers is all green for 0.006: http://matrix.cpantesters.org/?dist=Net-Amazon-SNS-Signature%200.006 So it's really only 0.007 affected.