diff options
author | Struan Donald <struan@exo.org.uk> | 2012-02-03 10:26:42 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-02-03 10:26:42 +0000 |
commit | d3383aa784a0927b15de353c179bb12ca35ef24c (patch) | |
tree | 491c2874d98ed14849342b753979fe1e5d0f20c8 /bin/send-questionnaires | |
parent | 0584b2c4db92437047f964ee8b7144ddc5d32b07 (diff) | |
parent | 166852c6a884d40308598f562792285637286ee0 (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'bin/send-questionnaires')
-rwxr-xr-x | bin/send-questionnaires | 3 |
1 files changed, 2 insertions, 1 deletions
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 |