From bd80d6acc2a869ea3c9cf8f09788c04bd3151321 Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Wed, 4 Sep 2013 22:40:49 -0400 Subject: [PATCH] Added repository cpan metadata --- Makefile.PL | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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', + }, + }, );