X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F02-can.t;h=8edd47d103e60e0db3e34222e9e4b9ff5f9e4a6f;hb=f0596ac13a537630fc7421d5d21249a603bd0375;hp=b2ba12a2e3dd929a53837f9e89574aab7a58ab63;hpb=e531c89b3ecbc5d58156f71c5324f5f253459864;p=perl%2Fmodules%2FB-RecDeparse.git diff --git a/t/02-can.t b/t/02-can.t index b2ba12a..8edd47d 100644 --- a/t/02-can.t +++ b/t/02-can.t @@ -7,6 +7,6 @@ use Test::More tests => 6; require B::RecDeparse; -for (qw/new init pp_gv pp_entersub pp_const coderef2text/) { +for (qw) { ok(B::RecDeparse->can($_), 'BRD can ' . $_); }