]> git.vpit.fr Git - perl/modules/IPC-MorseSignals.git/blobdiff - Makefile.PL
Importing IPC-MorseSignals-0.12.tar.gz
[perl/modules/IPC-MorseSignals.git] / Makefile.PL
index 175227533cc41a6f85f7d197ea2e4c6de9287862..a24f63f66ca1cb74c80efdfc884492046afcc386 100644 (file)
@@ -4,8 +4,8 @@ use ExtUtils::MakeMaker;
 
 BEGIN {
  eval { require Config };
- die "You need the Config module to install this distribution, that's what happened" if $@;
- Config->import qw/%Config/;
+ die 'OS unsupported' if $@;
+ Config->import(qw/%Config/);
 }   
     
 my %sigs;
@@ -15,7 +15,7 @@ for (qw/USR1 USR2/) {
  print "Checking if you have SIG$_... ";
  unless (exists $sigs{$_}) {
   print "no\n";
-  die "Installation stops right here,";
+  die 'OS unsupported' if $@;
  }
  print "yes\n";
 }