From: Mark Wooding Date: Mon, 12 Jun 2023 10:25:28 +0000 (+0100) Subject: mason/.perl-lib/TrivGal.pm (listdir): Delete redundant package qualifier. X-Git-Url: https://git.distorted.org.uk/~mdw/tgal/commitdiff_plain/b39b26816037e313ffe65dac9bd6467d44740ad2 mason/.perl-lib/TrivGal.pm (listdir): Delete redundant package qualifier. --- diff --git a/mason/.perl-lib/TrivGal.pm b/mason/.perl-lib/TrivGal.pm index eadb8c3..ec011f3 100644 --- a/mason/.perl-lib/TrivGal.pm +++ b/mason/.perl-lib/TrivGal.pm @@ -314,7 +314,7 @@ sub listdir ($) { die "can't index a folder" if $indexp; } else { $list = \@f; - my ($dir, $base, $ext) = TrivGal::split_path $name; + my ($dir, $base, $ext) = split_path $name; die "unknown image type" unless $TYPE{lc $ext}; if ($indexp) { die "two index images" if defined $ix;