Merge pull request #1035 from DeterminateSystems/fixup-perlcritic-after-constituents

constituents test: add use warnings
This commit is contained in:
Graham Christensen 2021-09-30 09:41:27 -04:00 committed by GitHub
commit dcee1a35ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
use strict;
use warnings;
use Setup;
use JSON qw(decode_json encode_json);
use Data::Dumper;