1
0
Fork 0
mirror of https://codeberg.org/h3xx/simplify_static_dir synced 2024-08-14 23:57:24 +00:00

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

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