mason/.perl-lib/TrivGal.pm (listdir): Anchor regex to line start.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 11 Jun 2023 15:29:37 +0000 (16:29 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 11 Jun 2023 15:29:37 +0000 (16:29 +0100)
commit58bc1431796b61e7fdf3564538d28c811b868fd9
tree70bb233c27764f4f0902b1139bc8103e6b222494
parente9eac06d78a5242b7f661ab1681b8b5b9216dcf5
mason/.perl-lib/TrivGal.pm (listdir): Anchor regex to line start.

I don't think this is actually a problem, because the pattern
irrefutably matches at the start of the line anyway.  But for form's
sake, it should be properly anchored.
mason/.perl-lib/TrivGal.pm