X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=c47da172acff4850926cead05371a04a956e9918;hb=c835b19b36a697cfbaf29e2841b0ee26cce83782;hp=0098f493ff0cffe595b139cdb72f47f90e6a31e6;hpb=c4adfdbd754d0327905f3458c2ccacffd65a2586;p=Geo-EZLocate.git diff --git a/Makefile.PL b/Makefile.PL index 0098f49..c47da17 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,6 +14,7 @@ WriteMakefile( PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, + 'Class::Std::Fast::Storable' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Geo-EZLocate-*' },