From 1823eb0bbfb72eb2917ce950e0e19af67660bd80 Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Mon, 3 May 2010 17:33:37 +0100 Subject: [PATCH] Bug 4151 - Add DateTime to Perl dependencies Used in Sip.pm Signed-off-by: Galen Charlton --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index c88d5ea106..a31d6db945 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -550,6 +550,7 @@ WriteMakefile( 'DBD::mysql' => 4.004, 'DBD::SQLite2' => 0.33, # optional, used for offline circulation 'DBI' => 1.53, + 'DateTime' => 0.51, 'Data::Dumper' => 2.121, 'Data::ICal' => 0.13, 'Date::Calc' => 5.4, -- 2.20.1