From 35321ce5d06c9630bed4bafd3ce9cc60789cee2d Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Thu, 28 Aug 2014 16:25:55 -0400 Subject: [PATCH] run tests recursively under ExtUtils::MakeMaker. --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index f0acfdd..dd792ef 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 ', );