From: Ivan Kohler Date: Mon, 5 Nov 2012 23:19:01 +0000 (-0800) Subject: declare dependancy on SOAP::WSDL X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f2260f5ea50078bf24cb8761d0110d136578fb24;p=Geo-EZLocate.git declare dependancy on SOAP::WSDL --- 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-*' },