From b85e918ec8cd47893ebecce30322d066fbfd03b7 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 23 May 2022 15:08:27 +0100 Subject: [PATCH] Bug 7021: Remove superflous 'open' Signed-off-by: Kyle M Hall --- misc/add_statistics_borrowers_categorycode.pl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/misc/add_statistics_borrowers_categorycode.pl b/misc/add_statistics_borrowers_categorycode.pl index 17ca24d8b3..69e27de3cd 100755 --- a/misc/add_statistics_borrowers_categorycode.pl +++ b/misc/add_statistics_borrowers_categorycode.pl @@ -10,13 +10,8 @@ use utf8; use Koha::Patrons; -use open ':encoding(utf8)'; -binmode STDOUT, ':utf8'; - - print "\nTHE FOLLOWING STATISTIC ENTRIES HAVE BEEN UPDATED\n------------------------------------------------\n"; - ##Caches all the loaded Borrowers my $borrowers = {}; my $deletedBorrowers = {}; -- 2.30.2