Subject: | using is_subtype_of incorrectly |
is_subtype_of is intended to disallow types that are equal, but due to a
bug in the implementation, this wasn't actually throwing an error in
certain cases. This bug will be fixed in Moose 2.04, and will break this
module. You should be using is_a_type_of instead.