jreisinger / App-Monport

Monitor network ports for changes
https://metacpan.org/pod/App::Monport
1 stars 0 forks source link

Undeclared dependency Nmap::Parser #7

Closed eserte closed 7 years ago

eserte commented 7 years ago

Tests fail if Nmap::Parser is not installed:

Output from './Build test':

Bailout called.  Further testing stopped:  

#   Failed test 'use App::Monport;'
#   at t/00-load.t line 10.
#     Tried to use 'App::Monport'.
#     Error:  Can't locate Nmap/Parser.pm in @INC (you may need to install the Nmap::Parser module) (@INC contains: /home/eserte/.cpan/build/2016121009/App-Monport-1.01-sREWXB/blib/lib /home/eserte/.cpan/build/2016121009/App-Monport-1.01-sREWXB/blib/arch /opt/perl-5.24.0t/lib/site_perl/5.24.0/x86_64-linux-thread-multi /opt/perl-5.24.0t/lib/site_perl/5.24.0 /opt/perl-5.24.0t/lib/5.24.0/x86_64-linux-thread-multi /opt/perl-5.24.0t/lib/5.24.0) at /home/eserte/.cpan/build/2016121009/App-Monport-1.01-sREWXB/blib/lib/App/Monport.pm line 6.
# BEGIN failed--compilation aborted at /home/eserte/.cpan/build/2016121009/App-Monport-1.01-sREWXB/blib/lib/App/Monport.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 $App::Monport::VERSION in concatenation (.) or string at t/00-load.t line 13.
# Looks like you failed 1 test of 1.
# Looks like your test exited with 255 just after 1.
FAILED--Further testing stopped.
jreisinger commented 7 years ago

Thanks @eserte, it's fixed now.