mason/.perl-lib/TrivGal.pm (listdir): Delete redundant package qualifier.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 12 Jun 2023 10:25:28 +0000 (11:25 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 12 Jun 2023 10:48:39 +0000 (11:48 +0100)
mason/.perl-lib/TrivGal.pm

index eadb8c3..ec011f3 100644 (file)
@@ -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;