Subject: | Undeclared dependency Import::Export |
It seems that the module Import::Export has to be declared as a dependency, otherwise the test suite may fail:
...
PERL_DL_NONLAZY=1 "/usr/local/bin/perl" "-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 String::Mask;'
# at t/00-load.t line 10.
# Tried to use 'String::Mask'.
# Error: Base class package "Import::Export" is empty.
# (Perhaps you need to 'use' the module which defines that package first,
# or make that module available in @INC (@INC contains: /usr/home/cpansand/.cpan/build/2020102018/String-Mask-0.01-8/blib/lib /usr/home/cpansand/.cpan/build/2020102018/String-Mask-0.01-8/blib/arch /usr/local/lib/perl5/site_perl/mach/5.30 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.30/mach /usr/local/lib/perl5/5.30 .).
# at /usr/home/cpansand/.cpan/build/2020102018/String-Mask-0.01-8/blib/lib/String/Mask.pm line 3.
# BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2020102018/String-Mask-0.01-8/blib/lib/String/Mask.pm line 3.
# Compilation failed in require at t/00-load.t line 10.
# BEGIN failed--compilation aborted at t/00-load.t line 10.
Use of uninitialized value $String::Mask::VERSION in concatenation (.) or string at t/00-load.t line 13.
# Testing String::Mask , Perl 5.030001, /usr/local/bin/perl
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
*** Error code 1
...