X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=bb967ee4352e5c23dcac8f2e993f7d880d14635c;hb=d8e873c72ef75c62715c9b19a4866d807fb80e51;hp=1a482457f3085b51af0618f7892b6128730e4440;hpb=47777d7d30bd7b3632234e8a93391970336574db;p=Biblio-RFID.git diff --git a/Makefile.PL b/Makefile.PL index 1a48245..bb967ee 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,7 @@ use inc::Module::Install; name 'Biblio-RFID'; -all_from 'lib/RFID/Biblio.pm'; +all_from 'lib/Biblio/RFID.pm'; author q{Dobrica Pavlinusic }; license 'gpl'; @@ -9,6 +9,7 @@ requires 'Carp'; requires 'Data::Dump'; requires 'Device::SerialPort'; requires 'Time::HiRes'; +requires 'Digest::CRC'; build_requires 'Test::More';