sv.c: Don’t fiddle with AMAGIC in sv_bless
authorFather Chrysostomos <sprout@cpan.org>
Sat, 19 May 2012 00:02:39 +0000 (17:02 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 01:09:31 +0000 (18:09 -0700)
commitbee7c5743fabd49c584c5edbb637c66c5c25ca9a
tree690cab29b1118cfd41d79a0f9cd0a71190d68c44
parent65f57195e2874c2856537d3f9d2b82ace1d47537
sv.c: Don’t fiddle with AMAGIC in sv_bless

Since overloading itself now checks whether caches are up to date, and
since changes to the stash (@ISA, methods) turn the flag on and over-
loading itself turns the flag off when it can, sv_bless no longer
needs to deal with it at all.
lib/overload.t
sv.c