summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--Makefile.PL3
2 files changed, 4 insertions, 2 deletions
diff --git a/Changes b/Changes
index e12dad0..39f93f3 100644
--- a/Changes
+++ b/Changes
@@ -2,5 +2,6 @@ Revision history for Geo-EZLocate
0.01 Mon Nov 5 15:12:56 PST 2012
- (Mark) First version, released on an unsuspecting world.
- - (Ivan) Declare dependancy on Class::Std::Fast::Storable
+ - (Ivan) Declare dependancies on Class::Std::Fast::Storable and
+ SOAP::WSDL
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-*' },