[Koha-patches] [PATCH] Bug 4151 - Add DateTime to Perl dependencies

Colin Campbell colin.campbell at ptfs-europe.com
Mon May 3 18:33:37 CEST 2010


Used in Sip.pm
---
 Makefile.PL |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index c88d5ea..a31d6db 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,
-- 
1.6.6.1




More information about the Koha-patches mailing list