Skip Menu |

This queue is for tickets about the Ecma48-Util CPAN distribution.

Report information
The Basics
Id: 108566
Status: new
Priority: 0/
Queue: Ecma48-Util

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

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



Subject: Experimental keys on scalar is now forbidden
perl 5.23.x has removed support for keys on scalar. This leads to a compilation error in your module: Output from '/usr/bin/make test': PERL_DL_NONLAZY=1 "/bbbike/perl-5.23.4/bin/perl5.23.4" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Bailout called. Further testing stopped: # Failed test 'use Ecma48::Util;' # at t/00-load.t line 6. # Tried to use 'Ecma48::Util'. # Error: Experimental keys on scalar is now forbidden at /tmpfs/.cpan-build/2015110809/Ecma48-Util-0.01-R_E8q8/blib/lib/Ecma48/Util.pm line 183. # Compilation failed in require at t/00-load.t line 6. # BEGIN failed--compilation aborted at t/00-load.t line 6. # Testing Ecma48::Util , Perl 5.023004, /bbbike/perl-5.23.4/bin/perl5.23.4 # Looks like you failed 1 test of 1. FAILED--Further testing stopped. make: *** [test_dynamic] Error 1