# New Ticket Created by zengargoyle # Please include the string: [perl #126752] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126752 >
autarch noticed an oddness in File::Temp when used with .hyper: https://gist.github.com/autarch/a701c62a40643169913f Seems to be golfable to this: sub foo() { my $x = "*" x 2; $x ~~ s/ "*" ** 1..* /{ "+" x $/.chars }/; $x}; (1..100).map({say foo}); Make that (1.100).hyper.map ... and bad things happen.