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