summaryrefslogtreecommitdiff
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
parentc4adfdbd754d0327905f3458c2ccacffd65a2586 (diff)
Declare dependancy on Class::Std::Fast::Storable
-rw-r--r--Changes5
-rw-r--r--Makefile.PL1
2 files changed, 4 insertions, 2 deletions
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-*' },