Skip Menu |

This queue is for tickets about the MooseX-SymmetricAttribute CPAN distribution.

Report information
The Basics
Id: 71049
Status: new
Priority: 0/
Queue: MooseX-SymmetricAttribute

People
Owner: Nobody in particular
Requestors: DOY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.