From 052a316a1a5292cb84ca3fe6cc12e51713fc28da Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Sat, 21 Dec 2013 08:53:07 -0500 Subject: [PATCH] Added repository cpan metadata --- Build.PL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Build.PL b/Build.PL index 2da97fc..803562a 100644 --- a/Build.PL +++ b/Build.PL @@ -9,5 +9,10 @@ Module::Build->new( create_makefile_pl => 'traditional', dist_author => 'Cees Hek ', dist_abstract => 'Easy external redirects in CGI::Application', + meta_merge => { + resources => { + repository => 'https://github.com/cees/cgi-application-plugin-redirect', + }, + }, )->create_build_script;