X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F036-with-method-alias.t;h=bb77df57c808b84b4d4569911a329ef51c5703c3;hp=c1976ab11f870157830dc053e153438e1707addc;hb=21498b08feb4f9e5f74670eafe293adcbf3cdd29;hpb=ae3edb8ab5e65c778ef5b85425eb772468d23b07 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();