Add linting, pass gentle level

This commit is contained in:
Rumperuu 2021-03-20 11:52:59 +00:00
parent a8248f654f
commit 602a59f1c3
10 changed files with 17 additions and 9 deletions

View file

@ -1,5 +1,8 @@
package Pear::LocalLoop::Schema::Script::DeploymentHandler;
use strict;
use warnings;
use MooX::Options::Actions;
use Module::Runtime qw/ use_module /;
use DBIx::Class::DeploymentHandler;