rt #72866 - add magic to arrayrefs assigned to *Foo::ISA
authorTony Cook <tony@develop-help.com>
Thu, 18 Feb 2010 09:59:33 +0000 (20:59 +1100)
committerJesse Vincent <jesse@bestpractical.com>
Thu, 18 Feb 2010 16:52:18 +0000 (08:52 -0800)
commitd851b1227a19f97a94b5fca3f346e709d37be33b
treecba17e61b405f35c625edbd9e603acec3acf1f65
parent566a4373528224e69d78518db4305047a2cbe53f
rt #72866 - add magic to arrayrefs assigned to *Foo::ISA

The fix for rt #60220 (26d68d86) updated the isa cache when an
arrayref was assigned to some *ISA, but didn't add the magic to the
new @ISA to catch any further updates to it.  Add the magic, and
tests.
sv.c
t/mro/basic.t