constituents test: add use warnings

This is causing CI to fail after  merged.  had a green
bill of health, but  increased perlcritic to level 4. 
was not part of  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

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