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

This tests demonstrates that Moose will not override a preexisting type constraint of the same name when making constraints for a Moose-class.

It also tests that an attribute which uses a 'Foo' for its isa option will get the subtype Foo, and not a type representing the Foo moose class.