X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=c9240721bfa07df6cbeca21fd80a69bdfc916c1f;hb=805290602d57efa9baec9886e34e27a103b4a83a;hp=f2edbab56bcbe6a091e634f26b4e1dbdc7b8869d;hpb=d4c2be7da6dd8fd4365b4b51eaacbcf898d110af;p=Biblio-RFID.git diff --git a/Makefile.PL b/Makefile.PL index f2edbab..c924072 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,10 +1,15 @@ use inc::Module::Install; -name 'RFID-Serial'; -all_from 'lib/RFID/Serial.pm'; +name 'RFID-Biblio'; +all_from 'lib/RFID/Biblio.pm'; author q{Dobrica Pavlinusic }; license 'gpl'; +requires 'Carp'; +requires 'Data::Dump'; +requires 'Device::SerialPort'; +requires 'Time::HiRes'; + build_requires 'Test::More'; auto_install;