From: Tomas Doran Date: Thu, 19 Nov 2009 00:07:37 +0000 (+0000) Subject: Pull in exception classes in the package they're actually used in. Don't call the... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=190d30118fdfd1fac894d5f2a26247a4d1e78222 Pull in exception classes in the package they're actually used in. Don't call the import method in Catalysy for Catalyst::Context --- diff --git a/lib/Catalyst/Context.pm b/lib/Catalyst/Context.pm index a04b104..c905b0e 100644 --- a/lib/Catalyst/Context.pm +++ b/lib/Catalyst/Context.pm @@ -3,9 +3,7 @@ package Catalyst::Context; use Moose; use bytes; use B::Hooks::EndOfScope (); -use Catalyst; -use Catalyst::Exception::Detach; -use Catalyst::Exception::Go; +use Catalyst (); use Catalyst::Request; use Catalyst::Request::Upload; use Catalyst::Response;