diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-10 12:14:15 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-10 12:14:15 +0100 |
commit | 5e15e7a7e06117e2c4c3b8edf10c866af71bc5aa (patch) | |
tree | 79122d6b6c709aba608e81be38a5413681607a42 /perllib/FixMyStreet/App.pm | |
parent | 0e163ffb8e8f9b9fa5ca1193ad2f3965f98926ec (diff) |
remove Problems.pm
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r-- | perllib/FixMyStreet/App.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm index ae4514a0e..3aa81bd2b 100644 --- a/perllib/FixMyStreet/App.pm +++ b/perllib/FixMyStreet/App.pm @@ -6,7 +6,6 @@ use Catalyst::Runtime 5.80; use FixMyStreet; use FixMyStreet::Cobrand; use Memcached; -use Problems; use mySociety::Email; use mySociety::EmailUtil; use mySociety::Random qw(random_bytes); |