diff --git a/Makefile.PL b/Makefile.PL index dd792ef..67095f0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,5 +28,16 @@ WriteMakefile( test => { RECURSIVE_TEST_FILES => 1, }, ABSTRACT_FROM => 'lib/SOAP/WSDL.pm', AUTHOR => 'Scott Walters ', + (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', + }, + }}) + : () + ), );