Skip Menu |

This queue is for tickets about the Reconcile-Accounts-Vin CPAN distribution.

Report information
The Basics
Id: 110405
Status: resolved
Priority: 0/
Queue: Reconcile-Accounts-Vin

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

Bug Information
Severity: (no value)
Broken in: 1.01
Fixed in: 1.03



Subject: Experimental keys on scalar is now forbidden
Compilation of the module fails for perl 5.23.x: Bailout called. Further testing stopped: # Failed test 'use Reconcile::Accounts::Vin;' # at t/00-load.t line 10. # Tried to use 'Reconcile::Accounts::Vin'. # Error: Experimental keys on scalar is now forbidden at /tmpfs/.cpan-build/2015121709/Reconcile-Accounts-Vin-1.01-1kS8nP/blib/lib/Reconcile/Accounts/Vin.pm line 54. # Compilation failed in require at t/00-load.t line 10. # BEGIN failed--compilation aborted at t/00-load.t line 10. Use of uninitialized value $Reconcile::Accounts::Vin::VERSION in concatenation (.) or string at t/00-load.t line 13. # Testing Reconcile::Accounts::Vin , Perl 5.023005, /bbbike/perl-5.23.5t/bin/perl5.23.5 # Looks like you failed 1 test of 1. FAILED--Further testing stopped.
RT-Send-CC: books.pandl [...] gmail.com
resolved by explicitly dereferencing hashref
On 2015-12-27 23:30:05, FRAZ wrote: Show quoted text
> resolved by explicitly dereferencing hashref
Looks better now. As a consequence, it seems that the various "use v5.14.0" statements are not necessary anymore --- if removed, then the test suite passes fine with perl 5.12 and 5.10 (maybe even older perls).