From: Dobrica Pavlinusic Date: Fri, 6 Aug 2010 19:28:34 +0000 (+0200) Subject: work without tags in range X-Git-Tag: RFID-Biblio-0.02~44 X-Git-Url: http://git.rot13.org/?p=Biblio-RFID.git;a=commitdiff_plain;h=ff5d9ac7eb9c61d16b50b5ccb031d6cd8967d983 work without tags in range --- diff --git a/t/20-CPR-M02.t b/t/20-CPR-M02.t index 1fbf05c..81488b7 100755 --- a/t/20-CPR-M02.t +++ b/t/20-CPR-M02.t @@ -11,7 +11,8 @@ BEGIN { ok( my $o = RFID::Biblio::Reader::CPRM02->new( device => '/dev/ttyUSB0' ), 'new' ); -ok( my @tags = $o->inventory, 'inventory' ); +my @tags = $o->inventory; +diag 'inventory ',dump(@tags); foreach my $tag ( @tags ) {