From 55b259dae44855982c8a4b2cc46d0c28ff010cef Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 8 Oct 2015 11:39:41 +0100 Subject: [PATCH] Bug 14778: Make the installer test pass - use DBI missing --- C4/Installer.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Installer.pm b/C4/Installer.pm index a4f63a2..df54c05 100644 --- a/C4/Installer.pm +++ b/C4/Installer.pm @@ -24,6 +24,7 @@ use Encode qw( encode is_utf8 ); our $VERSION = 3.07.00.049; use C4::Context; use C4::Installer::PerlModules; +use DBI; use Koha; =head1 NAME -- 2.1.0