X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=9ee0b24e4280fa3a1988dcda4639e3f1a9bddf19;hb=refs%2Ftags%2Fv0.14;hp=f7ab125617e60c79750de36880f4ec3ee71d6b24;hpb=66395d4fefdc940dce749d571e5c8106f682eca4;p=perl%2Fmodules%2FIPC-MorseSignals.git diff --git a/Makefile.PL b/Makefile.PL index f7ab125..9ee0b24 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,7 +15,7 @@ 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"; } @@ -48,7 +48,7 @@ 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,