Add linting, pass gentle level
This commit is contained in:
parent
a8248f654f
commit
602a59f1c3
10 changed files with 17 additions and 9 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue