fix sshcollector

This commit is contained in:
Oliver Gorwits
2017-12-14 21:42:01 +00:00
parent 925940c90a
commit fc4bfa8628
3 changed files with 53 additions and 54 deletions

View File

@@ -40,8 +40,7 @@ BEGIN {
}
use App::Netdisco;
use App::Netdisco::Core::Arpnip 'store_arp';
use App::Netdisco::Util::Node 'check_mac';
use App::Netdisco::Util::Node qw/check_mac store_arp/;
use App::Netdisco::Util::FastResolver 'hostnames_resolve_async';
use Dancer ':script';