Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 114343
Status: resolved
Priority: 0/
Queue: Crypt-JWT

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

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



Subject: t/jws_no_key.t fails (with older CryptX?) (0.015)
t/jws_no_key.t fails on some of my smoker systems, probably only if an older CryptX (< 0.034) is installed, as suggested by statistical analysis: **************************************************************** Regression 'mod:CryptX' **************************************************************** Name Theta StdErr T-stat [0='const'] 0.0000 0.0000 0.00 [1='eq_0.032'] 0.0000 0.0000 0.00 [2='eq_0.033'] 0.0000 0.0000 0.00 [3='eq_0.034'] 1.0000 0.0000 232744054239814208.00 R^2= 1.000, N= 53, K= 4 **************************************************************** So probably the min prereq version has to be adjusted...
The test t/jws_no_key.t was broken and is fixed in v0.015 (it was due to a bug in CryptX <0.034). Crypt::JWT should require CryptX-0.034 (I'll fix this in v0.016) -- Karel
On 2016-05-12 03:58:35, MIK wrote: Show quoted text
> The test t/jws_no_key.t was broken and is fixed in v0.015 (it was due > to a bug in CryptX <0.034). > > Crypt::JWT should require CryptX-0.034 (I'll fix this in v0.016)
Latest version looks good at CPAN Testers. Resolving.