The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

When a subclass which augments foo(), calls a subclass which does not augment foo(), there is a chance for some confusion. If Moose does not realize that Bar does not augment foo(), because it is in the call flow of Baz which does, then we may have an infinite loop.