Skip Menu |

This queue is for tickets about the ActiveRecord-Simple CPAN distribution.

Report information
The Basics
Id: 124011
Status: resolved
Priority: 0/
Queue: ActiveRecord-Simple

People
Owner: SHOOTNIX [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Experimental keys on scalar is now forbidden
Tests fail with newer perls (and also with older perls): ... PERL_DL_NONLAZY=1 "/usr/perl5.26.0p/bin/perl5.26.0" "-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 ActiveRecord::Simple;' # at t/00-load.t line 6. # Tried to use 'ActiveRecord::Simple'. # Error: Experimental keys on scalar is now forbidden at /home/cpansand/.cpan/build/2018010500/ActiveRecord-Simple-1.01-1/blib/lib/ActiveRecord/Simple.pm line 69. # Type of arg 1 to keys must be hash or array (not private variable) at /home/cpansand/.cpan/build/2018010500/ActiveRecord-Simple-1.01-1/blib/lib/ActiveRecord/Simple.pm line 69, near "$row]" # BEGIN not safe after errors--compilation aborted at /home/cpansand/.cpan/build/2018010500/ActiveRecord-Simple-1.01-1/blib/lib/ActiveRecord/Simple.pm line 727. # Compilation failed in require at t/00-load.t line 6. # BEGIN failed--compilation aborted at t/00-load.t line 6. # Testing ActiveRecord::Simple , Perl 5.026000, /usr/perl5.26.0p/bin/perl5.26.0 # Looks like you failed 1 test of 1. FAILED--Further testing stopped. *** Error code 1 Stop. make: stopped in /home/cpansand/.cpan/build/2018010500/ActiveRecord-Simple-1.01-1 ...