aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/send-alerts3
-rwxr-xr-xbin/send-questionnaires3
-rwxr-xr-xbin/send-reports3
3 files changed, 6 insertions, 3 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
diff --git a/bin/send-questionnaires b/bin/send-questionnaires
index 4910abc02..7ed3c87c2 100755
--- a/bin/send-questionnaires
+++ b/bin/send-questionnaires
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl -w
+#!/usr/bin/env perl
# send-questionnaires:
# Send out creator questionnaires
@@ -7,6 +7,7 @@
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
use strict;
+use warnings;
require 5.8.0;
use CGI; # XXX Awkward kludge
diff --git a/bin/send-reports b/bin/send-reports
index d92c10467..c8c1e9cf2 100755
--- a/bin/send-reports
+++ b/bin/send-reports
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl -w
+#!/usr/bin/env perl
# send-reports:
# Send new problem reports to councils
@@ -7,6 +7,7 @@
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
use strict;
+use warnings;
require 5.8.0;
use Digest::MD5;