X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=2366dc91f07aca84da3b1ec4c5320bc98ce0aa76;hb=8a4a3ba553f81cfdb679c19363f514efb04f29c1;hp=6e26a007a434ed9913a79e3aa4316860616d119a;hpb=eccac2c27337a828907205353fc7907da4c3e4a4;p=perl%2Fmodules%2FIPC-MorseSignals.git diff --git a/Makefile.PL b/Makefile.PL index 6e26a00..2366dc9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,9 +28,12 @@ WriteMakefile( ABSTRACT_FROM => 'lib/IPC/MorseSignals.pm', PL_FILES => {}, PREREQ_PM => { + 'Carp' => 0, + 'Exporter' => 0, 'POSIX' => 0, 'Test::More' => 0, 'Time::HiRes' => 0, + 'utf8' => 0, }, dist => { PREOP => 'pod2text lib/IPC/MorseSignals.pm > $(DISTVNAME)/README',