X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F036-with-method-alias.t;h=bb77df57c808b84b4d4569911a329ef51c5703c3;hb=b03fda9f71bd6f81a435f1df67be4131da86189d;hp=c1976ab11f870157830dc053e153438e1707addc;hpb=4aaa2ed6a8f267aa74bfbbab9b6880a900ca6063;p=gitmo%2FMouse.git diff --git a/t/036-with-method-alias.t b/t/036-with-method-alias.t index c1976ab..bb77df5 100644 --- a/t/036-with-method-alias.t +++ b/t/036-with-method-alias.t @@ -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();