Subject: | Undeclared dependency Import::Export |
The test suite fails if Import::Export is not installed:
...
Bailout called. Further testing stopped:
# Failed test 'use Caller::Reverse;'
# at t/00-load.t line 10.
# Tried to use 'Caller::Reverse'.
# 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: /home/cpansand/.cpan/build/2020040208/Caller-Reverse-0.01-MwYyDu/blib/lib /home/cpansand/.cpan/build/2020040208/Caller-Reverse-0.01-MwYyDu/blib/arch /usr/perl5.20.1Dp/lib/site_perl/5.20.1/amd64-freebsd-ld /usr/perl5.20.1Dp/lib/site_perl/5.20.1 /usr/perl5.20.1Dp/lib/5.20.1/amd64-freebsd-ld /usr/perl5.20.1Dp/lib/5.20.1).
# at /home/cpansand/.cpan/build/2020040208/Caller-Reverse-0.01-MwYyDu/blib/lib/Caller/Reverse.pm line 9.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020040208/Caller-Reverse-0.01-MwYyDu/blib/lib/Caller/Reverse.pm line 9.
# 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 $Caller::Reverse::VERSION in concatenation (.) or string at t/00-load.t line 13.
# Testing Caller::Reverse , Perl 5.020001, /usr/perl5.20.1Dp/bin/perl
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
*** Error code 1
...