From 0294ee32e42c8192b435cbf3843d9487b6f19c1b Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Thu, 2 Feb 2017 23:33:51 -0500 Subject: [PATCH] Bug 17855: Follow up on more trimming Still needed to remove some libraries to address point 3 in comment #133. Signed-off-by: Mark Tompsett --- installer/onboarding.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/installer/onboarding.pl b/installer/onboarding.pl index aea7395..1abc34e 100755 --- a/installer/onboarding.pl +++ b/installer/onboarding.pl @@ -22,13 +22,9 @@ use Modern::Perl; use diagnostics; use C4::InstallAuth; use CGI qw ( -utf8 ); -use Digest::MD5 qw(md5_base64); -use Encode qw( encode ); -use C4::Koha; use C4::Output; use C4::Members; use Koha::Patrons; -use Koha::Items; use Koha::Libraries; use Koha::Database; use Koha::DateUtils; -- 2.1.4