link to GitHub from META files
This commit is contained in:
11
Makefile.PL
11
Makefile.PL
@@ -28,5 +28,16 @@ WriteMakefile(
|
|||||||
test => { RECURSIVE_TEST_FILES => 1, },
|
test => { RECURSIVE_TEST_FILES => 1, },
|
||||||
ABSTRACT_FROM => 'lib/SOAP/WSDL.pm',
|
ABSTRACT_FROM => 'lib/SOAP/WSDL.pm',
|
||||||
AUTHOR => 'Scott Walters <scott@slowass.net>',
|
AUTHOR => 'Scott Walters <scott@slowass.net>',
|
||||||
|
(eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
|
||||||
|
'meta-spec' => { version => 2 },
|
||||||
|
resources => {
|
||||||
|
repository => {
|
||||||
|
type => 'git',
|
||||||
|
url => 'https://github.com/scrottie/SOAP-WSDL.git',
|
||||||
|
web => 'https://github.com/scrottie/SOAP-WSDL',
|
||||||
|
},
|
||||||
|
}})
|
||||||
|
: ()
|
||||||
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user