bug squish

This commit is contained in:
Oliver Gorwits
2017-09-05 19:58:28 +01:00
parent 46ece568f6
commit f48004fffa
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ use Dancer ':syntax';
use Dancer::Plugin;
use Dancer::Factory::Hook;
use Scope::Guard;
use Scope::Guard 'guard';
use aliased 'App::Netdisco::Worker::Status';
use App::Netdisco::Util::Permission qw/check_acl_no check_acl_only/;