X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=9955c8d5f9fb5b7906963f164625f1eda3392b65;hb=4097fd6b4aceb437839c3b45440cdb9061ee6088;hp=c9240721bfa07df6cbeca21fd80a69bdfc916c1f;hpb=dd0ff7b7d37f0dcf436cd6921f8ffcaa16332a24;p=Biblio-RFID.git diff --git a/Makefile.PL b/Makefile.PL index c924072..9955c8d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,7 @@ use inc::Module::Install; -name 'RFID-Biblio'; -all_from 'lib/RFID/Biblio.pm'; +name 'Biblio-RFID'; +all_from 'lib/Biblio/RFID.pm'; author q{Dobrica Pavlinusic }; license 'gpl'; @@ -12,6 +12,11 @@ requires 'Time::HiRes'; build_requires 'Test::More'; +build_requires 'Module::Install::Repository'; +auto_set_repository; + +test_requires 'Pod::Readme'; + auto_install; WriteAll;