arpnip implementation

This commit is contained in:
Oliver Gorwits
2013-05-19 22:06:27 +01:00
parent 594abd3f82
commit 6a5af95836
11 changed files with 267 additions and 7 deletions

View File

@@ -50,6 +50,7 @@ if (!length $action) {
package MyWorker;
use Moo;
with 'App::Netdisco::Daemon::Worker::Poller::Device';
with 'App::Netdisco::Daemon::Worker::Poller::Arpnip';
}
my $worker = MyWorker->new();