Subject: | Undeclared dependency Net::DNS |
The test suite fails if Net::DNS is not installed:
...
# Failed test 'use Parse::Netstat::Search;'
# at t/00-load.t line 10.
# Tried to use 'Parse::Netstat::Search'.
# Error: Can't locate Net/DNS.pm in @INC (you may need to install the Net::DNS module) (@INC contains: ...) at /home/cpansand/.cpan/build/2019041511/Parse-Netstat-Search-0.2.0-2lzaqe/blib/lib/Parse/Netstat/Search.pm line 8.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019041511/Parse-Netstat-Search-0.2.0-2lzaqe/blib/lib/Parse/Netstat/Search.pm line 8.
# Compilation failed in require at t/00-load.t line 10.
# BEGIN failed--compilation aborted at t/00-load.t line 10.
Bailout called. Further testing stopped:
Use of uninitialized value $Parse::Netstat::Search::VERSION in concatenation (.) or string at t/00-load.t line 13.
# Testing Parse::Netstat::Search , Perl 5.024002, /usr/perl5.24.2p/bin/perl
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
*** Error code 1
...