diff --git a/Makefile.PL b/Makefile.PL index 1c8c8b9..2e51145 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -33,5 +33,10 @@ WriteMakefile( 'XSLoader' => 0, 'Class::Accessor' => '0.25', }, - MIN_PERL_VERSION => '5.008001' + MIN_PERL_VERSION => '5.008001', + META_MERGE => { + resources => { + repository => 'https://github.com/dland/BSD-Process', + }, + }, );