From 0c3fc4aadef41901f932a1bb68f80bac65e40700 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 31 Mar 2010 10:16:08 +1300 Subject: [PATCH] Lower dependency on Storable to 2.20. The Debian squeeze system has only 2.20, and the 2.21 does not seem to be required for all tests to pass. Also, checked with Galen Charlton and Henri-Damien LAURENT (who added the 2.21 dependency) on IRC that 2.21 did not have anything that was required, compared to 2.20. Signed-off-by: Galen Charlton --- Makefile.PL | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 76ed7b9..c88d5ea 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -603,7 +603,7 @@ WriteMakefile( 'POE' => 0.9999, 'POSIX' => 1.09, 'Schedule::At' => 1.06, - 'Storable' => 2.21, + 'Storable' => 2.20, 'SMS::Send' => 0.05, # optional 'Term::ANSIColor' => 1.10, 'Test' => 1.25, -- 1.7.2.5