summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-11-05 15:13:27 -0800
committerIvan Kohler <ivan@freeside.biz>2012-11-05 15:13:27 -0800
commitc835b19b36a697cfbaf29e2841b0ee26cce83782 (patch)
tree63802eb2da25512a0d1a4195bd2fcddac7f5f814 /Makefile.PL
parentc4adfdbd754d0327905f3458c2ccacffd65a2586 (diff)
Declare dependancy on Class::Std::Fast::Storable
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
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-*' },