summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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-*' },