aboutsummaryrefslogtreecommitdiffstats
path: root/bin/send-alerts
diff options
context:
space:
mode:
Diffstat (limited to 'bin/send-alerts')
-rwxr-xr-xbin/send-alerts3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/send-alerts b/bin/send-alerts
index 4464b16e9..00c5426bc 100755
--- a/bin/send-alerts
+++ b/bin/send-alerts
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl -w
+#!/usr/bin/env perl
# send-alerts:
# Email alerts for FixMyStreet
@@ -7,6 +7,7 @@
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
use strict;
+use warnings;
require 5.8.0;
use CGI; # XXX