X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FIPC-MorseSignals.git;a=blobdiff_plain;f=Makefile.PL;h=57f76c246e8806e3bfc74bc58d719bba60b12ab8;hp=3b6555dfa6761cc152e2bfc22c8c6614e22b5bc9;hb=d7afcb00ad7c9c8d3fea8b47688792dea6834412;hpb=c5f1587bb654abef78468dfcf48b303145cad541 diff --git a/Makefile.PL b/Makefile.PL index 3b6555d..57f76c2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,11 +6,11 @@ BEGIN { eval { require Config }; die 'OS unsupported' if $@; Config->import(qw/%Config/); -} - +} + my %sigs; @sigs{split ' ', $Config{sig_name}} = (); - + for (qw/USR1 USR2/) { print "Checking if you have SIG$_... "; unless (exists $sigs{$_}) {