Bug 7977: Adding DateTime::Format::MySQL as a core dependency
authorChris Nighswonger <cnighswonger@foundations.edu>
Thu, 19 Apr 2012 14:50:21 +0000 (10:50 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 24 May 2012 12:14:03 +0000 (14:14 +0200)
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Mason James <mtj@kohaaloha.com>
C4/Installer/PerlDependencies.pm
debian/control

index ae01208..8dcfd76 100644 (file)
@@ -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',
index 322d921..bf4d3e0 100644 (file)
@@ -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,