CI: Fix TestFunctions

- Use 'use parent' instead of '@ISA'
- Add Perl::Critic leniency
This commit is contained in:
Dan Church 2023-07-20 13:56:52 -05:00
parent 971b76ab37
commit 9115c6bdca
Signed by: h3xx
GPG Key ID: EA2BF379CD2CDBD0
1 changed files with 3 additions and 1 deletions

View File

@ -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