Description of problem: Package perl-constant-tiny fails to build from source in Fedora rawhide with perl 5.32. Attempt to reload constant.pm aborted. Compilation failed in require at t/constant.t line 16. BEGIN failed--compilation aborted at t/constant.t line 16. # Looks like your test exited with 255 before it could output anything. t/constant.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 95/95 subtests
I'm keen to retire this package. It's not needed by anything in Fedora, and the purpose of this module diminished when core constant module started to delay the loading of an expensive utf8_heavy.pl module.
A reproducer: $ perl -Ilib -e 'use constant::tiny; use constant;' Attempt to reload constant.pm aborted. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1.
It was a simple fix.