Subject: | Undeclared dependency Class::Data::Inheritable? |
It seems that Class::Data::Inheritable needs to be declared as a dependency. Additionally there's a deprecation message about using NEXT while runnign the test suite. Beginning of test log:
...
Output from './Build test':
t/00-load.t ....... ok
# Using dbfile: /var/tmp/cpansmoker-1023/2019052122/tempRWu4g.db
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/2019052215/Class-DBI-v3.0.17-2/blib/lib/Class/DBI.pm line 6.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019052215/Class-DBI-v3.0.17-2/blib/lib/Class/DBI.pm line 6.
Compilation failed in require at /usr/share/perl5/base.pm line 138.
...propagated at /usr/share/perl5/base.pm line 160.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019052215/Email-Store-0.257-2/blib/lib/Email/Store/DBI.pm line 4.
Compilation failed in require at /home/cpansand/.cpan/build/2019052215/Email-Store-0.257-2/blib/lib/Email/Store.pm line 5.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
[warn] Specifying the engine in ->setup is no longer supported, see Catalyst::Upgrading
Catalyst::Model::EmailStore uses NEXT, which is deprecated. Please see the Class::C3::Adopt::NEXT documentation for details. NEXT used at /home/cpansand/.cpan/build/2019052215/Catalyst-Model-EmailStore-0.03-0/blib/lib/Catalyst/Model/EmailStore.pm line 123.
TestApp::Model::EmailStore is using the deprecated Catalyst::Base, update your application as this will be removed in the next major release at /home/cpansand/.cpan/build/2019052215/Catalyst-Runtime-5.90124-0/blib/lib/Catalyst/Base.pm line 7.
Cannot cache without Cache::File and Digest::MD5 at /home/cpansand/.cpan/build/2019052215/Class-DBI-DATA-Schema-1.00-2/blib/lib/Class/DBI/DATA/Schema.pm line 84.
DBD::SQLite::db prepare_cached failed: no such table: addressing [for Statement "SELECT id
FROM addressing
WHERE id=?
"] at /home/cpansand/.cpan/build/2019052215/Ima-DBI-0.35-2/blib/lib/Ima/DBI.pm line 398.
t/01-models.t .....
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...