From: Mark Wooding Date: Tue, 24 Dec 2024 13:09:16 +0000 (+0000) Subject: mason/.perl-libs/TrivGal.pm (clean_temp_files: Rewrite without `autodie'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/tgal/commitdiff_plain/719873691f9c7e265036a65cd14a05aab8d2f4a7?hp=719873691f9c7e265036a65cd14a05aab8d2f4a7 mason/.perl-libs/TrivGal.pm (clean_temp_files: Rewrite without `autodie'. 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. ---