run tests recursively under ExtUtils::MakeMaker.

This commit is contained in:
Scott Walters
2014-08-28 16:25:55 -04:00
parent 08b156a546
commit 35321ce5d0

View File

@@ -25,6 +25,7 @@ WriteMakefile(
'XML::Parser::Expat' => 0,
'perl' => q(5.008),
},
test => { RECURSIVE_TEST_FILES => 1, },
ABSTRACT_FROM => 'lib/SOAP/WSDL.pm',
AUTHOR => 'Scott Walters <scott@slowass.net>',
);