X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=t%2F10-3M-810.t;h=b2bcc0e3af105e44004d624a0edb871ff899af3d;hb=c288a23cfbda56592eb77fdafb8bdf4f0bbc33fa;hp=1118c4d1bcd5bd032f3a22223b762cad2415d92e;hpb=0dd4f35728c1e33825d5bb2f86104a483168c24d;p=Biblio-RFID.git diff --git a/t/10-3M-810.t b/t/10-3M-810.t index 1118c4d..b2bcc0e 100755 --- a/t/10-3M-810.t +++ b/t/10-3M-810.t @@ -6,13 +6,13 @@ use Data::Dump qw(dump); use lib 'lib'; BEGIN { - use_ok( 'RFID::Biblio::Reader::3M810' ); + use_ok( 'Biblio::RFID::Reader::3M810' ); } -ok( my $o = RFID::Biblio::Reader::3M810->new( device => '/dev/ttyUSB0' ), 'new' ); +ok( my $o = Biblio::RFID::Reader::3M810->new( device => '/dev/ttyUSB0' ), 'new' ); -ok( my @tags = $o->inventory, 'inventory' ); -diag dump @tags; +my @tags = $o->inventory; +diag 'inventory ',join(' ',@tags); my $old_afi;