---
 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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to