X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Nary.git;a=blobdiff_plain;f=t%2F02-can.t;fp=t%2F02-can.t;h=29164dc79706a4ae16af59fd2eb4bca6f783d950;hp=5479691dafb562648cb536add4bd6ba4f31ab149;hb=790ba71f0305951a6d7bb04ca02a1dad7563f439;hpb=37cafd97ccbd41d9cde225a53f6a058ac23ce7d5 diff --git a/t/02-can.t b/t/02-can.t index 5479691..29164dc 100644 --- a/t/02-can.t +++ b/t/02-can.t @@ -7,6 +7,6 @@ use Test::More tests => 3; require Sub::Nary; -for (qw/new nary flush/) { +for (qw) { ok(Sub::Nary->can($_), 'SN can ' . $_); }