diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-04-24 17:58:57 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-04-24 17:58:57 +0100 |
commit | ddcac0fd2596cc68ea98fe9dd8391f0ae109bfa8 (patch) | |
tree | 4aac2eb688f689291619c68c829b207a7b8bd1bd /perllib/Utils.pm | |
parent | b928e9ce1cf475ea5139e5846049db63ba53a48b (diff) | |
parent | d4a66a7b9b5a74962a3e756fc91974129f96ec1b (diff) |
Merge branch 'tidy_up' of https://github.com/tomhukins/fixmystreet
Diffstat (limited to 'perllib/Utils.pm')
-rw-r--r-- | perllib/Utils.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/Utils.pm b/perllib/Utils.pm index 6ba20e9d3..e443786b3 100644 --- a/perllib/Utils.pm +++ b/perllib/Utils.pm @@ -12,7 +12,6 @@ package Utils; use strict; use DateTime; use Encode; -use File::Slurp qw(); use mySociety::GeoUtil; use mySociety::Locale; use FixMyStreet; |