Silence perl critic

Andrew Dunstan <andrew@dunslane.net>

Commit: 5eabd91a83adae75f53b61857343660919fef4c7
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2025-03-15T21:41:54Z
Releases: 18.0
Silence perl critic

Commit 27bdec06841 uses a loop variable that is not strictly local to
the loop. Perlcritic disapproves, and there's really no reason as the
variable is not used outside the loop.

Per buildfarm animals koel and crake.

Files