[Koha-patches] [PATCH 4/7] Adding DateTime::Format::MySQL as a core dependency

Chris Nighswonger cnighswonger at foundations.edu
Fri Apr 27 21:26:07 CEST 2012


---
 C4/Installer/PerlDependencies.pm |    5 +++++
 debian/control                   |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm
index ae01208..8dcfd76 100644
--- a/C4/Installer/PerlDependencies.pm
+++ b/C4/Installer/PerlDependencies.pm
@@ -209,6 +209,11 @@ our $PERL_DEPS = {
         'required' => '1',
         'min_ver'  => '0.04'
     },
+    'DateTime::Format::MySQL' => {
+        'usage'    => 'Core',
+        'required' => '1',
+        'min_ver'  => '0.04'
+    },
     'DateTime::Set' => {
         'usage'    => 'Core',
         'required' => '1',
diff --git a/debian/control b/debian/control
index 322d921..bf4d3e0 100644
--- a/debian/control
+++ b/debian/control
@@ -22,6 +22,7 @@ Build-Depends: libcgi-session-driver-memcached-perl,
  libdatetime-event-ical-perl,
  libdatetime-format-dateparse-perl,
  libdatetime-format-ical-perl,
+ libdatetime-format-mysql-perl,
  libdatetime-perl,
  libdatetime-set-perl,
  libdatetime-timezone-perl,
-- 
1.7.0.4



More information about the Koha-patches mailing list