Subject: | Base class package "Class::Data::Inheritable" is empty. |
The test suite fails if Class::Data::Inheritable is not installed --- probably a missing prereq declaration?
...
PERL_DL_NONLAZY=1 "/opt/perl-5.30.0t/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01use.t t/02pod.t t/03podcoverage.t t/04critic.t t/04dbi.t t/05cdbi.t t/06dbic.t t/07dbic_schema.t
# Failed test 'use Catalyst::Plugin::Session::Store::DBI;'
# at t/01use.t line 3.
# Tried to use 'Catalyst::Plugin::Session::Store::DBI'.
# Error: Base class package "Class::Data::Inheritable" is empty.
# (Perhaps you need to 'use' the module which defines that package first,
# or make that module available in @INC (@INC contains: ... .).
# at /home/cpansand/.cpan/build/2020022507/Catalyst-Plugin-Session-Store-DBI-0.16-2/blib/lib/Catalyst/Plugin/Session/Store/DBI.pm line 5.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020022507/Catalyst-Plugin-Session-Store-DBI-0.16-2/blib/lib/Catalyst/Plugin/Session/Store/DBI.pm line 5.
# Compilation failed in require at t/01use.t line 3.
# BEGIN failed--compilation aborted at t/01use.t line 3.
# Looks like you failed 1 test of 1.
t/01use.t ..........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
...