Skip Menu |

This queue is for tickets about the Class-Inheritance CPAN distribution.

Report information
The Basics
Id: 117773
Status: new
Priority: 0/
Queue: Class-Inheritance

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

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



Subject: Can't use an array as a reference
The test suite fails, probably only with newer perl versions: PERL_DL_NONLAZY=1 "/bbbike/perl-5.22.3-RC3/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, '../blib/lib', '../blib/arch')" t/*.t t/1.t .. 1/1 # Failed test 'use Class::Inheritance;' # at t/1.t line 9. # Tried to use 'Class::Inheritance'. # Error: Can't use an array as a reference at /tmpfs/.cpan-build-cpansand/2016091106/Class-2/Inheritance/../blib/lib/Class/Inheritance.pm line 298. # Compilation failed in require at t/1.t line 9. # BEGIN failed--compilation aborted at t/1.t line 9. # Looks like you failed 1 test of 1. t/1.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests