X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FBit-MorseSignals.git;a=blobdiff_plain;f=t%2F02-can.t;h=f29e6361eb3a1597ee06b3e85fa7c6c76d283e00;hp=dc87461819f2a7c80d3753e1482e3958189513cc;hb=8ce9fd9d5f4e6197d1a33a3fd11953cc1dc3b31f;hpb=0288f57c6aaf2cb133df80f13d78af66ea094902 diff --git a/t/02-can.t b/t/02-can.t index dc87461..f29e636 100644 --- a/t/02-can.t +++ b/t/02-can.t @@ -3,11 +3,11 @@ use strict; use warnings; -use Test::More tests => 7 + 5; +use Test::More tests => 9 + 5; require Bit::MorseSignals::Emitter; -for (qw/new post pop reset flush busy queued/) { +for (qw/new post pop len pos reset flush busy queued/) { ok(Bit::MorseSignals::Emitter->can($_), 'BME can ' . $_); }