From f2260f5ea50078bf24cb8761d0110d136578fb24 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 5 Nov 2012 15:19:01 -0800 Subject: declare dependancy on SOAP::WSDL --- Makefile.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index c47da17..e3dedce 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,8 +13,9 @@ WriteMakefile( : ()), PL_FILES => {}, PREREQ_PM => { - 'Test::More' => 0, + 'Test::More' => 0, 'Class::Std::Fast::Storable' => 0, + 'SOAP::WSDL' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Geo-EZLocate-*' }, -- cgit v1.2.1