new Backend package to load core plugins

This commit is contained in:
Oliver Gorwits
2017-09-03 16:51:55 +01:00
parent 3baa7a818a
commit 5f50dfadf1
4 changed files with 31 additions and 24 deletions

View File

@@ -35,6 +35,7 @@ BEGIN {
# for netdisco app config
use App::Netdisco;
use App::Netdisco::Backend;
use App::Netdisco::Backend::Job;
use Dancer qw/:moose :script/;