Merge pull request #1 from szabgab/patch-1
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, },
|
||||
ABSTRACT_FROM => 'lib/SOAP/WSDL.pm',
|
||||
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