link to GitHub from META files

This commit is contained in:
Gabor Szabo
2014-08-30 10:27:21 +03:00
parent ed715a4c88
commit 5b9f3c640b

View File

@@ -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',
},
}})
: ()
),
); );