[Koha-patches] [PATCH] Lower dependency on Storable to 2.20.

Lars Wirzenius lars at catalyst.net.nz
Tue Mar 30 23:16:08 CEST 2010


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.
---
 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.0




More information about the Koha-patches mailing list