From 3990bd12e9c8e2aed1afa2bb5d2ea74254a55432 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Thu, 30 Sep 2021 09:12:59 -0400 Subject: [PATCH] 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. --- t/Controller/Build/constituents.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/Controller/Build/constituents.t b/t/Controller/Build/constituents.t index 47a2d560..ea1b419d 100644 --- a/t/Controller/Build/constituents.t +++ b/t/Controller/Build/constituents.t @@ -1,4 +1,5 @@ use strict; +use warnings; use Setup; use JSON qw(decode_json encode_json); use Data::Dumper;