develooper Front page | perl.perl5.porters | Postings from February 2018

Re: [perl #132788] Blead Breaks CPAN:LEMBARK/Object-Trampoline-1.42.tar.gz

Thread Previous
From:
Zefram
Date:
February 1, 2018 15:18
Subject:
Re: [perl #132788] Blead Breaks CPAN:LEMBARK/Object-Trampoline-1.42.tar.gz
Message ID:
20180201151742.GR22873@fysh.org
James E Keenan via RT wrote:
>Are you saying we should apply something like the patch attached?
...
>+        my $isa = (exists $UNIVERSAL::{"isa::"} and $UNIVERSAL::isa::VERSION)

That doesn't help: the reference to $UNIVERSAL::isa::VERSION still
vivifies $UNIVERSAL::{"isa::"} at compile time.  It takes more to
avoid that.  Look at the other vivification-avoiding code in Carp,
and the tests thereof.

-zefram

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About