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 | |
parent | 0e163ffb8e8f9b9fa5ca1193ad2f3965f98926ec (diff) |
remove Problems.pm
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/App.pm | 1 | ||||
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Reports.pm | 1 | ||||
-rw-r--r-- | perllib/FixMyStreet/Map.pm | 1 |
3 files changed, 0 insertions, 3 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); diff --git a/perllib/FixMyStreet/App/Controller/Reports.pm b/perllib/FixMyStreet/App/Controller/Reports.pm index 17ebc8b0c..f2bb13ae4 100644 --- a/perllib/FixMyStreet/App/Controller/Reports.pm +++ b/perllib/FixMyStreet/App/Controller/Reports.pm @@ -2,7 +2,6 @@ package FixMyStreet::App::Controller::Reports; use Moose; use namespace::autoclean; -use Problems; use POSIX qw(strcoll); use mySociety::MaPit; use mySociety::VotingArea; diff --git a/perllib/FixMyStreet/Map.pm b/perllib/FixMyStreet/Map.pm index 6a5a82fa9..125aca9e6 100644 --- a/perllib/FixMyStreet/Map.pm +++ b/perllib/FixMyStreet/Map.pm @@ -19,7 +19,6 @@ use Module::Pluggable # Get the list of maps we want and load map classes at compile time my @ALL_MAP_CLASSES = allowed_maps(); -use Problems; use mySociety::Config; use mySociety::Gaze; use mySociety::Locale; |