typo fix 0.25
John Napiorkowski [Tue, 28 Dec 2010 17:20:34 +0000 (12:20 -0500)]
t/bug-is-subtype.t

index fd3c214..f3a24d6 100644 (file)
@@ -71,7 +71,7 @@ ok(
 
 ok(
   !moosex::types::structured::bug_is_subtype::ThingType
-    ->equal(undef),
+    ->equals(undef),
   'is not a subtype',
 );