From c835b19b36a697cfbaf29e2841b0ee26cce83782 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 5 Nov 2012 15:13:27 -0800 Subject: Declare dependancy on Class::Std::Fast::Storable --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') 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-*' }, -- cgit v1.2.1