rename module to Biblio::RFID
[Biblio-RFID.git] / t / 50-Readers.t
index cd99368..469af16 100755 (executable)
@@ -6,10 +6,10 @@ use Data::Dump qw(dump);
 use lib 'lib';
 
 BEGIN {
-       use_ok( 'RFID::Biblio::Reader' );
+       use_ok( 'Biblio::RFID::Reader' );
 }
 
-ok( my $o = RFID::Biblio::Reader->new( shift @ARGV ), 'new' );
+ok( my $o = Biblio::RFID::Reader->new( shift @ARGV ), 'new' );
 
 ok( my $tags = [ $o->tags ], 'tags' );
 diag 'tags: ', dump( $tags );