load RFID501 module since we are using to_hash
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 16 Apr 2015 14:04:52 +0000 (16:04 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 16 Apr 2015 14:04:52 +0000 (16:04 +0200)
scripts/scan.pl

index 09846c7..d2e18b9 100755 (executable)
@@ -7,6 +7,7 @@ use Data::Dump qw(dump);
 use Getopt::Long;
 use lib 'lib';
 use Biblio::RFID::Reader;
 use Getopt::Long;
 use lib 'lib';
 use Biblio::RFID::Reader;
+use Biblio::RFID::RFID501;
 
 my $loop = 0;
 my $reader;
 
 my $loop = 0;
 my $reader;