From e3f416b061537cbc903fad7f71d544511f65119c Mon Sep 17 00:00:00 2001 From: Zakariyya Mughal Date: Sat, 21 Oct 2023 15:58:11 -0400 Subject: [PATCH] Critic fix - Code not contained in explicit package --- lib/Test/EARL/Reports.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Test/EARL/Reports.pm b/lib/Test/EARL/Reports.pm index e033ef6..e807cb6 100644 --- a/lib/Test/EARL/Reports.pm +++ b/lib/Test/EARL/Reports.pm @@ -1,8 +1,8 @@ +package Test::EARL::Reports; use 5.010001; use strict; use warnings; -package Test::EARL::Reports; use Attean; use Attean::RDF qw(iri); use Moo;