forked from lix-project/hydra
constituents test: add use warnings
This is causing CI to fail after #1026 merged. #1026 had a green bill of health, but #1003 increased perlcritic to level 4. #1003 was not part of #1026 so it was not checked at perlcritic level 4.
This commit is contained in:
parent
4c8279044b
commit
3990bd12e9
|
@ -1,4 +1,5 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use JSON qw(decode_json encode_json);
|
||||
use Data::Dumper;
|
||||
|
|
Loading…
Reference in a new issue