Lower dependency on Storable to 2.20.
authorLars Wirzenius <lars@catalyst.net.nz>
Tue, 30 Mar 2010 21:16:08 +0000 (10:16 +1300)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 7 Apr 2010 12:43:13 +0000 (08:43 -0400)
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 <gmcharlt@gmail.com>

Makefile.PL

index 76ed7b9..c88d5ea 100644 (file)
@@ -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,