From 9115c6bdcac19a8ef342339105e5c4b55e1425eb Mon Sep 17 00:00:00 2001 From: Dan Church Date: Thu, 20 Jul 2023 13:56:52 -0500 Subject: [PATCH] CI: Fix TestFunctions - Use 'use parent' instead of '@ISA' - Add Perl::Critic leniency --- t/TestFunctions.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/t/TestFunctions.pm b/t/TestFunctions.pm index 7f610a0..94d0e2a 100644 --- a/t/TestFunctions.pm +++ b/t/TestFunctions.pm @@ -14,7 +14,9 @@ use File::Basename qw/ require File::Temp; use Exporter; -our @ISA = qw/ Exporter /; +use parent 'Exporter'; +## no critic ( Modules::ProhibitAutomaticExportation ) +# This is a test function library, it's not production code... our @EXPORT = qw/ are_hardlinked file_exists