From f06ff3a86bfb8afb90e4d5ce3f08bc39c63168f8 Mon Sep 17 00:00:00 2001 From: Donovan Jones Date: Fri, 16 Apr 2010 15:27:11 +1200 Subject: [PATCH] Bug 2505 - Add commented use warnings where missing in the sms/ directory --- sms/sms.pl | 1 + sms/sms_listen_windows_start.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/sms/sms.pl b/sms/sms.pl index 230aa90426..02a0c6cded 100755 --- a/sms/sms.pl +++ b/sms/sms.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl use strict; +#use warnings; FIXME - Bug 2505 use CGI; use C4::SMS; use C4::Output; diff --git a/sms/sms_listen_windows_start.pl b/sms/sms_listen_windows_start.pl index b9f706b56b..c0e39d5d9b 100755 --- a/sms/sms_listen_windows_start.pl +++ b/sms/sms_listen_windows_start.pl @@ -2,6 +2,7 @@ # script that starts the zebraqueue # Written by TG on 01/08/2006 use strict; +#use warnings; FIXME - Bug 2505 use Win32::Process; use Win32; -- 2.20.1