Add repository metadata to the generated META.yml so that people know where to find the git repository
This commit is contained in:
parent
a6665b3df3
commit
918e062e2c
1 changed files with 5 additions and 0 deletions
|
@ -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>') : ()),
|
||||
|
|
Loading…
Reference in a new issue