disambiguate util/backend package and remove backend prelaod

This commit is contained in:
Oliver Gorwits
2017-09-03 16:17:29 +01:00
parent 98bff731bd
commit 36b4adcc06
5 changed files with 5 additions and 21 deletions

View File

@@ -3,7 +3,7 @@ package App::Netdisco::Backend::Worker::Scheduler;
use Dancer qw/:moose :syntax :script/;
use Algorithm::Cron;
use App::Netdisco::Util::Backend;
use App::Netdisco::Util::MCE;
use Role::Tiny;
use namespace::clean;