chiark / gitweb /
mason/.perl-libs/TrivGal.pm (clean_temp_files: Rewrite without `autodie'.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 24 Dec 2024 13:09:16 +0000 (13:09 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 24 Dec 2024 13:09:16 +0000 (13:09 +0000)
The `kill' call here would fail with `autodie', and, because the module
invokes `clean_temp_files' at load time, this causes it to be marked as
broken and all later loads will also fail.

Rewrite the function with `autodie' switched off and check for errors
by hand.


No differences found