X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=e3dedce0753112a674cbf630011d3724aa927286;hb=HEAD;hp=0098f493ff0cffe595b139cdb72f47f90e6a31e6;hpb=7be09bed7f9acdf8a20362c49831dfb39fc4e7a4;p=Geo-EZLocate.git diff --git a/Makefile.PL b/Makefile.PL index 0098f49..e3dedce 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +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-*' },