To-do tests for method/isa/overload updates and overloading
authorFather Chrysostomos <sprout@cpan.org>
Fri, 18 May 2012 03:44:48 +0000 (20:44 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 01:09:24 +0000 (18:09 -0700)
commit54f6ba105424d583f3ad66ad05790975c5d7a86d
treeedfb69e094b645b37e3a4678a629e4d8a1541664
parenta02807f8b3a2ace8fe1534b6875e29ce99cd38c8
To-do tests for method/isa/overload updates and overloading

Changes to methods, @ISA, or overload settings should affect objects
that are already blessed into the class.

Currently, objects that existed before any overload settings were in
place do not do overloading at all (bug #112708).  Objects that were
blessed when overload settings were in place are not affected by
changes to methods or @ISA until another object is blessed into the
same class.
lib/overload.t