Skip Menu |

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

Report information
The Basics
Id: 108905
Status: resolved
Priority: 0/
Queue: Crypt-PKCS10

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

Bug Information
Severity: (no value)
Broken in: 1.1
Fixed in: 1.3



Subject: Experimental values on scalar is now forbidden
Compilation fails with perl 5.23.4: # Failed test 'use Crypt::PKCS10;' # at t/00_base.t line 9. # Tried to use 'Crypt::PKCS10'. # Error: Experimental values on scalar is now forbidden at /home/cpansand/.cpan/build/2015111318/Crypt-PKCS10-1.2-EImxz2/blib/lib/Crypt/PKCS10.pm line 242. # Compilation failed in require at t/00_base.t line 9. # BEGIN failed--compilation aborted at t/00_base.t line 9.
From: tlhackque [...] yahoo.com
This should be fixed as a side effect of the changes that I made in the patches for RT#110820. (In some versions of Perl, values would dereference a scalar, expecting it to be a ref to a hash. This was documented as experimental, and is no longer supported.)
On 2016-01-05 16:23:45, tlhackque wrote: Show quoted text
> This should be fixed as a side effect of the changes that I made in > the patches for RT#110820. > > (In some versions of Perl, values would dereference a scalar, > expecting it to be a ref to a hash. This was documented as > experimental, and is no longer supported.)
Looks good now: http://matrix.cpantesters.org/?dist=Crypt-PKCS10+1.3