rename Discover.pm to Device.pm

This commit is contained in:
Oliver Gorwits
2013-04-13 14:50:10 +01:00
parent 3197e38819
commit 8a5306e056
3 changed files with 3 additions and 3 deletions

View File

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