Add repository metadata to the generated META.yml so that people know where to find the git repository

This commit is contained in:
Tomas Doran (t0m) 2010-01-26 14:53:49 +00:00
parent a6665b3df3
commit 918e062e2c

View file

@ -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 <scott@perlcode.org>') : ()),