X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=677bb22b9a5baf17791c4603430c34fd09f9d2a9;hb=36723b9ff8a22417d08eff535083870e27e7aeb1;hp=ce7623eb648cd16b3d00bafa1c67e1456ba44937;hpb=3914f1474f2935fe7fae3efaf7b8a854779ffc4d;p=perl%2Fmodules%2FIPC-MorseSignals.git diff --git a/Makefile.PL b/Makefile.PL index ce7623e..677bb22 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -22,6 +22,14 @@ for (qw/USR1 USR2/) { my $dist = 'IPC-MorseSignals'; +my %PREREQ_PM = ( + 'Bit::MorseSignals' => 0.05, + 'Carp' => 0, + 'POSIX' => 0, + 'Time::HiRes' => 0, + 'base' => 0, +); + my %META = ( configure_requires => { 'Config' => 0, @@ -35,12 +43,14 @@ my %META = ( 'ExtUtils::MakeMaker' => 0, 'POSIX' => 0, 'Test::More' => 0, + %PREREQ_PM, }, + dynamic_config => 1, resources => { bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist", homepage => "http://search.cpan.org/dist/$dist/", license => 'http://dev.perl.org/licenses/', - repository => "http://git.profvince.com/?p=perl/modules/$dist.git", + repository => "http://git.profvince.com/?p=perl%2Fmodules%2F$dist.git", }, ); @@ -51,12 +61,7 @@ WriteMakefile( VERSION_FROM => 'lib/IPC/MorseSignals.pm', ABSTRACT_FROM => 'lib/IPC/MorseSignals.pm', PL_FILES => {}, - PREREQ_PM => { - 'Bit::MorseSignals' => 0.05, - 'Carp' => 0, - 'POSIX' => 0, - 'Time::HiRes' => 0, - }, + PREREQ_PM => \%PREREQ_PM, MIN_PERL_VERSION => 5.008, META_MERGE => \%META, dist => {