diff options
Diffstat (limited to 'bin/send-reports')
-rwxr-xr-x | bin/send-reports | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/send-reports b/bin/send-reports index e012cc1f0..22bd12732 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; |