Subject: | Undeclared dependency Error::Helper |
It seems that Error::Helper has to be declared as a prereq --- without it the module cannot compile:
...
Bailout called. Further testing stopped:
# Failed test 'use Net::Connection::Match;'
# at t/00-load.t line 10.
# Tried to use 'Net::Connection::Match'.
# Error: Base class package "Error::Helper" 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/2019071921/Net-Connection-Match-0.0.0-vIPzfg/blib/lib/Net/Connection/Match.pm line 6.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019071921/Net-Connection-Match-0.0.0-vIPzfg/blib/lib/Net/Connection/Match.pm line 6.
# 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 $Net::Connection::Match::VERSION in concatenation (.) or string at t/00-load.t line 13.
# Testing Net::Connection::Match , Perl 5.020001, /usr/perl5.20.1Dp/bin/perl
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
*** Error code 1
...