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

@@ -29,6 +29,7 @@ BEGIN {
setting('workers')->{'BACKEND'} ||= (hostfqdn || 'fqdn-undefined');
}
use App::Netdisco::Backend;
use App::Netdisco::Util::MCE; # set $0 and parse maxworkers
use NetAddr::IP::Lite ':lower'; # to quench AF_INET6 symbol errors
use Role::Tiny::With;