chiark
/
gitweb
/
~mdw
/
tgal
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
62ee1c0
)
mason/.perl-lib/TrivGal.pm (listdir): Delete redundant package qualifier.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 12 Jun 2023 10:25:28 +0000
(11:25 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 12 Jun 2023 10:48:39 +0000
(11:48 +0100)
mason/.perl-lib/TrivGal.pm
patch
|
blob
|
blame
|
history
diff --git
a/mason/.perl-lib/TrivGal.pm
b/mason/.perl-lib/TrivGal.pm
index eadb8c32da7ffe0e8e3cb22bb5001f833a8939de..ec011f364258dec4ef75f02b2c59dd94d07daa6b 100644
(file)
--- 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;
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;
die "unknown image type" unless $TYPE{lc $ext};
if ($indexp) {
die "two index images" if defined $ix;