worker roles in Role namespace

This commit is contained in:
Oliver Gorwits
2017-09-04 20:33:20 +01:00
parent 3099eda393
commit 1c2cf924bc
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
package App::Netdisco::Backend::Worker::Manager;
package App::Netdisco::Backend::Role::Manager;
use Dancer qw/:moose :syntax :script/;

View File

@@ -1,4 +1,4 @@
package App::Netdisco::Backend::Worker::Poller;
package App::Netdisco::Backend::Role::Poller;
use Dancer qw/:moose :syntax :script/;

View File

@@ -1,4 +1,4 @@
package App::Netdisco::Backend::Worker::Scheduler;
package App::Netdisco::Backend::Role::Scheduler;
use Dancer qw/:moose :syntax :script/;