summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-11-05 15:19:01 -0800
committerIvan Kohler <ivan@freeside.biz>2012-11-05 15:19:01 -0800
commitf2260f5ea50078bf24cb8761d0110d136578fb24 (patch)
tree80f31815cdb2febd608e867df51639ee618d3f49 /Makefile.PL
parentc835b19b36a697cfbaf29e2841b0ee26cce83782 (diff)
declare dependancy on SOAP::WSDL
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 2 insertions, 1 deletions
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-*' },