forked from lix-project/hydra
Merge pull request #1035 from DeterminateSystems/fixup-perlcritic-after-constituents
constituents test: add use warnings
This commit is contained in:
commit
dcee1a35ad
|
@ -1,4 +1,5 @@
|
||||||
use strict;
|
use strict;
|
||||||
|
use warnings;
|
||||||
use Setup;
|
use Setup;
|
||||||
use JSON qw(decode_json encode_json);
|
use JSON qw(decode_json encode_json);
|
||||||
use Data::Dumper;
|
use Data::Dumper;
|
||||||
|
|
Loading…
Reference in a new issue