Bug 2505 - Add commented use warnings where missing in the sms/ directory
authorDonovan Jones <donovan@catalyst.net.nz>
Fri, 16 Apr 2010 03:27:11 +0000 (15:27 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 21 Apr 2010 08:25:08 +0000 (20:25 +1200)
sms/sms.pl
sms/sms_listen_windows_start.pl

index 230aa90..02a0c6c 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use CGI;
 use C4::SMS;
 use C4::Output;
index b9f706b..c0e39d5 100755 (executable)
@@ -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;