mason/.perl-lib/TrivGal.pm: Explicitly ignore values from `split_path'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 21 Jun 2023 09:09:45 +0000 (10:09 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 21 Jun 2023 09:21:39 +0000 (10:21 +0100)
commitd8ab1deaa025fbf9736ada9d709314d9a67b2369
tree4485a8a9d805643e5ea56e8a6ed0e8e3fc8539f8
parent351bb9a6af5ceb85ddb226a88944e10924f70498
mason/.perl-lib/TrivGal.pm: Explicitly ignore values from `split_path'.

We frequently don't want all of the returns from `split_path'; indeed, I
think the BASE name is only used in one place.  Explicitly ignore these
by assigning to `undef' to make it clear what we do care about.
mason/.perl-lib/TrivGal.pm