From: Ivan Kohler Date: Mon, 5 Nov 2012 23:13:27 +0000 (-0800) Subject: Declare dependancy on Class::Std::Fast::Storable X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c835b19b36a697cfbaf29e2841b0ee26cce83782;p=Geo-EZLocate.git Declare dependancy on Class::Std::Fast::Storable --- diff --git a/Changes b/Changes index 379fd1e..e12dad0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Geo-EZLocate -0.01 Date/time - First version, released on an unsuspecting world. +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 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-*' },