From: John Napiorkowski Date: Tue, 28 Dec 2010 17:20:34 +0000 (-0500) Subject: typo fix X-Git-Tag: 0.25^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types-Structured.git;a=commitdiff_plain;h=852f8d8d4b2f0cddd25fe0bc130174295763d21e typo fix --- diff --git a/t/bug-is-subtype.t b/t/bug-is-subtype.t index fd3c214..f3a24d6 100644 --- a/t/bug-is-subtype.t +++ b/t/bug-is-subtype.t @@ -71,7 +71,7 @@ ok( ok( !moosex::types::structured::bug_is_subtype::ThingType - ->equal(undef), + ->equals(undef), 'is not a subtype', );