diff options
author | matthew <matthew> | 2009-06-10 14:32:37 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-06-10 14:32:37 +0000 |
commit | b6f31b8cf47dcb92518f823f52dccbb9803b0cb5 (patch) | |
tree | be3575fadc82bcb0cfb208502881bfe6016264da | |
parent | cf5427690ac00ae056a84df776cb6d52d57dad32 (diff) |
Another missing import.
-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 c18575fc5..fbdf2a08c 100755 --- a/bin/send-questionnaires +++ b/bin/send-questionnaires @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: send-questionnaires,v 1.10 2009-05-27 15:27:18 matthew Exp $ +# $Id: send-questionnaires,v 1.11 2009-06-10 14:32:37 matthew Exp $ use strict; require 5.8.0; @@ -22,6 +22,7 @@ use mySociety::AuthToken; use mySociety::Config; use mySociety::DBHandle qw(dbh select_all); use mySociety::Email; +use mySociety::Locale; use mySociety::MaPit; use mySociety::EmailUtil; use mySociety::Random qw(random_bytes); |