Don't warn about squirrel deprecations
[gitmo/Mouse.git] / t / 036-with-method-alias.t
index c1976ab..bb77df5 100644 (file)
@@ -31,7 +31,7 @@ use Test::More tests => 5;
     };
 }
 
-ok(!Dog->can('eat'));
+ok(Dog->can('eat'));
 ok(Dog->can('drink'));
 
 my $d = Dog->new();