aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2015-02-20 15:05:44 +0000
committerMatthew Somerville <matthew@mysociety.org>2015-02-20 15:21:28 +0000
commitc7c9bff70bd8688579c2c8a8009a9a788e875c8f (patch)
treec5d6a08f39e8da832f3c6eaa2720df62c7208615 /perllib
parent838708d3127bf5bd39375b19ad13b220637c851b (diff)
Use List::MoreUtils, old List::Util lacks none().
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/Cobrand/Default.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm
index fea1e4ad1..fa3d856bc 100644
--- a/perllib/FixMyStreet/Cobrand/Default.pm
+++ b/perllib/FixMyStreet/Cobrand/Default.pm
@@ -7,7 +7,7 @@ use FixMyStreet;
use FixMyStreet::Geocode::Bing;
use DateTime;
use Encode;
-use List::Util 'none';
+use List::MoreUtils 'none';
use URI;
use Digest::MD5 qw(md5_hex);