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:
Graham Christensen 2021-09-30 09:12:59 -04:00
parent 4c8279044b
commit 3990bd12e9

View file

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