new Backend package to load core plugins
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
| @@ -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/; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user