Subject: | Undeclared dependency Class::ISA |
The test suite fails if Class::ISA is not installed:
...
PERL_DL_NONLAZY=1 "/opt/perl-5.31.8/bin/perl5.31.8" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't locate Class/ISA.pm in @INC (you may need to install the Class::ISA module) (@INC contains: /home/cpansand/.cpan/build/2020020218/POE-Session-Attribute-0.80-0/blib/lib /home/cpansand/.cpan/build/2020020218/POE-Session-Attribute-0.80-0/blib/arch /opt/perl-5.31.8/lib/site_perl/5.31.8/x86_64-linux /opt/perl-5.31.8/lib/site_perl/5.31.8 /opt/perl-5.31.8/lib/5.31.8/x86_64-linux /opt/perl-5.31.8/lib/5.31.8 .) at /home/cpansand/.cpan/build/2020020218/POE-Session-Attribute-0.80-0/blib/lib/POE/Session/Attribute.pm line 8.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020020218/POE-Session-Attribute-0.80-0/blib/lib/POE/Session/Attribute.pm line 8.
Compilation failed in require at /opt/perl-5.31.8/lib/5.31.8/base.pm line 137.
...propagated at /opt/perl-5.31.8/lib/5.31.8/base.pm line 159.
BEGIN failed--compilation aborted at t/all.t line 7.
# Looks like your test exited with 2 before it could output anything.
t/all.t ...............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 18/18 subtests
... (etc) ...