X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=9ee0b24e4280fa3a1988dcda4639e3f1a9bddf19;hb=db7266fa5be4347aac1d32a994d6529c7b5a4afb;hp=a24f63f66ca1cb74c80efdfc884492046afcc386;hpb=90d2b0db8abb64d3c16d674091938f8c65e9caac;p=perl%2Fmodules%2FIPC-MorseSignals.git diff --git a/Makefile.PL b/Makefile.PL index a24f63f..9ee0b24 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,13 +15,14 @@ for (qw/USR1 USR2/) { print "Checking if you have SIG$_... "; unless (exists $sigs{$_}) { print "no\n"; - die 'OS unsupported' if $@; + die 'OS unsupported'; } print "yes\n"; } my $BUILD_REQUIRES = { 'utf8' => 0, + 'Config' => 0, 'Data::Dumper' => 0, 'Exporter' => 0, 'ExtUtils::MakeMaker' => 0, @@ -47,11 +48,10 @@ WriteMakefile( ABSTRACT_FROM => 'lib/IPC/MorseSignals.pm', PL_FILES => {}, PREREQ_PM => { - 'Bit::MorseSignals' => 0, + 'Bit::MorseSignals' => 0.05, 'Carp' => 0, 'POSIX' => 0, 'Time::HiRes' => 0, - %$BUILD_REQUIRES }, dist => { PREOP => 'pod2text lib/IPC/MorseSignals.pm > $(DISTVNAME)/README; '