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

This test demonstrates that Moose will respect a previously set @ISA using use base, and not try to add Moose::Object to it.

However, this is extremely order sensitive as this test also demonstrates.