3 use ExtUtils::MakeMaker;
6 eval { require Config };
7 die "You need the Config module to install this distribution, that's what happened" if $@;
8 Config->import qw/%Config/;
12 @sigs{split ' ', $Config{sig_name}} = ();
15 print "Checking if you have SIG$_... ";
16 unless (exists $sigs{$_}) {
18 die "Installation stops right here,";
24 NAME => 'IPC::MorseSignals',
25 AUTHOR => 'Vincent Pit <perl@profvince.com>',
27 VERSION_FROM => 'lib/IPC/MorseSignals.pm',
28 ABSTRACT_FROM => 'lib/IPC/MorseSignals.pm',
39 PREOP => 'pod2text lib/IPC/MorseSignals.pm > $(DISTVNAME)/README',
40 COMPRESS => 'gzip -9f', SUFFIX => 'gz',
42 clean => { FILES => 'IPC-MorseSignals-*' },