From 918e062e2c95f7e1ad0c304c217d437953d2a359 Mon Sep 17 00:00:00 2001 From: "Tomas Doran (t0m)" Date: Tue, 26 Jan 2010 14:53:49 +0000 Subject: [PATCH] Add repository metadata to the generated META.yml so that people know where to find the git repository --- Makefile.PL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index fa1faa6..4fd997f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,6 +6,11 @@ WriteMakefile( NAME => 'Business::PayPal::API', VERSION_FROM => 'lib/Business/PayPal/API.pm', PREREQ_PM => { SOAP::Lite => 0.67 }, + META_ADD => { + resources => { + repository => 'git://github.com/hembreed/Business-PayPal-API.git', + }, + }, ($] >= 5.005 ? (ABSTRACT_FROM => 'lib/Business/PayPal/API.pm', AUTHOR => 'Scott Wiersdorf ') : ()),