X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=175227533cc41a6f85f7d197ea2e4c6de9287862;hb=refs%2Ftags%2Fv0.11;hp=341a6ca91cde79e7e5b7013ad74e7d9ed56cb52e;hpb=ddcc7c395d570f0ea20a8e9a242fcbfcc0e49522;p=perl%2Fmodules%2FIPC-MorseSignals.git diff --git a/Makefile.PL b/Makefile.PL index 341a6ca..1752275 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -47,11 +47,11 @@ WriteMakefile( ABSTRACT_FROM => 'lib/IPC/MorseSignals.pm', PL_FILES => {}, PREREQ_PM => { - 'Carp' => 0, - 'Exporter' => 0, - 'POSIX' => 0, - 'Test::More' => 0, - 'Time::HiRes' => 0, + 'Bit::MorseSignals' => 0, + 'Carp' => 0, + 'POSIX' => 0, + 'Time::HiRes' => 0, + %$BUILD_REQUIRES }, dist => { PREOP => 'pod2text lib/IPC/MorseSignals.pm > $(DISTVNAME)/README; '