From: Vincent Pit Date: Wed, 7 Aug 2013 14:35:55 +0000 (-0300) Subject: Remove trailing spaces X-Git-Tag: v0.16~9 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FIPC-MorseSignals.git;a=commitdiff_plain;h=d7afcb00ad7c9c8d3fea8b47688792dea6834412 Remove trailing spaces --- 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{$_}) {