From: Mark Wooding Date: Wed, 21 Jun 2023 09:09:45 +0000 (+0100) Subject: mason/.perl-lib/TrivGal.pm: Explicitly ignore values from `split_path'. X-Git-Url: https://git.distorted.org.uk/~mdw/tgal/commitdiff_plain/d8ab1deaa025fbf9736ada9d709314d9a67b2369?hp=d8ab1deaa025fbf9736ada9d709314d9a67b2369 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. ---