rename Poller::Device to be Poller::Discover

This commit is contained in:
Oliver Gorwits
2017-05-28 18:57:28 +01:00
parent 5daf1805c7
commit f7a850020c
4 changed files with 4 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ unless ($action) {
use App::Netdisco::Util::Device
qw/get_device delete_device renumber_device/;
with 'App::Netdisco::Backend::Worker::Poller::Device';
with 'App::Netdisco::Backend::Worker::Poller::Discover';
with 'App::Netdisco::Backend::Worker::Poller::Arpnip';
with 'App::Netdisco::Backend::Worker::Poller::Macsuck';
with 'App::Netdisco::Backend::Worker::Poller::Nbtstat';