Update TODO: I fixed smoke test rig issues + MX::E::CAF changes..
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Controller.pm
index 5c2267a..116991a 100644 (file)
@@ -9,7 +9,7 @@ use Scalar::Util qw/blessed/;
 use Catalyst::Exception;
 use Catalyst::Utils;
 
-with 'Catalyst::Component::Role::CaptureApp';
+with 'Catalyst::Component::ApplicationAttribute';
 
 has path_prefix =>
     (