rename module to Biblio::RFID
[Biblio-RFID.git] / t / 10-3M-810.t
index 1118c4d..6476aca 100755 (executable)
@@ -6,10 +6,10 @@ 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;