X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fbasics%2Fmoose_respects_type_constraints.t;h=79eb869cac7d1a1491c762ba82f710fea5f0d65a;hb=ee05962b4ec91f86a0dc19ceddb869ca4e609a67;hp=3485a0022f37d80e517554346af088de47f35c7d;hpb=829433c47061dd70a608bfcd940113c4172b6950;p=gitmo%2FMoose.git diff --git a/t/basics/moose_respects_type_constraints.t b/t/basics/moose_respects_type_constraints.t index 3485a00..79eb869 100644 --- a/t/basics/moose_respects_type_constraints.t +++ b/t/basics/moose_respects_type_constraints.t @@ -15,7 +15,7 @@ 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 -it's isa option will get the subtype Foo, and not a +its isa option will get the subtype Foo, and not a type representing the Foo moose class. =cut