From b7a6071cf503f2402595fe6d2411459606591821 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Thu, 29 Mar 2012 15:10:16 +0200 Subject: [PATCH] bug 7641 follow-up: activate use strict (see coding guidelines) --- misc/cronjobs/holds/auto_unsuspend_holds.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/cronjobs/holds/auto_unsuspend_holds.pl b/misc/cronjobs/holds/auto_unsuspend_holds.pl index 268910b56a..375c5e75ab 100755 --- a/misc/cronjobs/holds/auto_unsuspend_holds.pl +++ b/misc/cronjobs/holds/auto_unsuspend_holds.pl @@ -17,8 +17,8 @@ # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -#use strict; -#use warnings; FIXME - Bug 2505 +use strict; +use warnings; BEGIN { # find Koha's Perl modules -- 2.39.2