From a1e99278468aebe423ea33adc7043d547750de95 Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Mon, 15 Sep 2014 19:17:08 -0400 Subject: [PATCH] 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 --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 67095f0..9950eef 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,6 +23,7 @@ WriteMakefile( 'Test::More' => 0, 'URI' => 0, 'XML::Parser::Expat' => 0, + 'Class::Load' => 0.20, 'perl' => q(5.008), }, test => { RECURSIVE_TEST_FILES => 1, },