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)
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.


No differences found