This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #119809] Disallow bless($ref, $tied_ref)
authorFather Chrysostomos <sprout@cpan.org>
Thu, 31 Oct 2013 12:13:25 +0000 (05:13 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 31 Oct 2013 22:47:03 +0000 (15:47 -0700)
commit8d9dd4b93fdcb05efbddfcdc0ca729324cfb60c6
tree943dd2807bb609ab7239fc7015512995d42cf39c
parent6f80f2fde68ead297fd758a9077e77783f96196d
[perl #119809] Disallow bless($ref, $tied_ref)

There is no reason tied (or otherwise magical variables like $/)
should be exempt from the ‘Attempt to bless into a reference’ error.
MANIFEST
pp.c
t/lib/croak/pp [new file with mode: 0644]