[Koha-patches] [PATCH] Adding Email::Date dependancy, requested by MIME::Lite

paul.poulain at biblibre.com paul.poulain at biblibre.com
Tue Aug 5 18:53:28 CEST 2008


From: Paul POULAIN <paul.poulain at biblibre.com>

(no bugzilla entry)
---
 Makefile.PL |    1 +
 about.pl    |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 5cca5e4..69a12cf 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -547,6 +547,7 @@ WriteMakefile(
                             'Date::ICal'                       => 1.72,
                             'Date::Manip'                      => 5.44,
                             'Digest::MD5'                      => 2.36,
+                            'Email::Date'                      => 1.103,
                             'File::Temp'                       => 0.16,
                             'GD'                               => 2.39,    #optional
                             'GD::Barcode::UPCE'                => 1.1,
diff --git a/about.pl b/about.pl
index 6cff96d..08b3b6f 100755
--- a/about.pl
+++ b/about.pl
@@ -77,6 +77,7 @@ Date::Calc
 Data::ICal
 Date::Manip
 Digest::MD5
+Email::Date
 File::Temp
 GD
 GD::Barcode::UPCE
-- 
1.5.3.2



More information about the Koha-patches mailing list