diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-11-05 15:13:27 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-11-05 15:13:27 -0800 |
commit | c835b19b36a697cfbaf29e2841b0ee26cce83782 (patch) | |
tree | 63802eb2da25512a0d1a4195bd2fcddac7f5f814 | |
parent | c4adfdbd754d0327905f3458c2ccacffd65a2586 (diff) |
Declare dependancy on Class::Std::Fast::Storable
-rw-r--r-- | Changes | 5 | ||||
-rw-r--r-- | Makefile.PL | 1 |
2 files changed, 4 insertions, 2 deletions
@@ -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-*' }, |