Declare dependency on Class::Load

Thanks ANDYK!
Ref Bug #98628 for SOAP-WSDL: Undeclared dependency on Class::Load
https://rt.cpan.org/Public/Bug/Display.html?id=98628
This commit is contained in:
Scott Walters
2014-09-15 19:17:08 -04:00
parent ba407622f5
commit a1e9927846

View File

@@ -23,6 +23,7 @@ WriteMakefile(
'Test::More' => 0, 'Test::More' => 0,
'URI' => 0, 'URI' => 0,
'XML::Parser::Expat' => 0, 'XML::Parser::Expat' => 0,
'Class::Load' => 0.20,
'perl' => q(5.008), 'perl' => q(5.008),
}, },
test => { RECURSIVE_TEST_FILES => 1, }, test => { RECURSIVE_TEST_FILES => 1, },