in reply to Re^4: Error handling in chained method calls
in thread Error handling in chained method calls

Perl caches methods. It recalculates them on every modification of (any) @ISA. At least I think that what happens for example in RT 62341 against parent.pm for example.