On Sat Jul 09 18:59:39 2016, sprout wrote: > The other failing test is ext/Hash-Util-FieldHash/t/11_hashassign.t, > which gives me: > > Rogue call of 'HUF_watch_key_safe' at lib/Test/Builder.pm line 689. > > Line 689 of Builder.pm is: > > return unless ref $$thing; > > which seems pretty innocuous. > > The error is coming from ext/Hash-Util-FieldHash.xs. I have not > looked into why. This particular failure is due to calling SvGETMAGIC on a hash. It should be verified that the referent is a scalar (< SVt_PVAV) before doing that. I have yet to look into the glob failure, which still baffles me. -- Father Chrysostomos --- via perlbug: queue: perl5 status: open https://rt.perl.org/Ticket/Display.html?id=128588Thread Previous | Thread Next