X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=1d66bc6918a21a8bbe76a76784928831f48613ee;hb=1e5c22d43e68966665fd2ca04a226b036e24c71b;hp=777904ce8ec296b7a0243ef976c33e33db1567f2;hpb=a37b8a2df302be8c5390a51e129cd4bc9c309dda;p=Biblio-RFID.git diff --git a/Makefile.PL b/Makefile.PL index 777904c..1d66bc6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,6 +15,8 @@ build_requires 'Test::More'; build_requires 'Module::Install::Repository'; auto_set_repository; +test_requires 'Pod::Readme'; + auto_install; WriteAll;