$GO and $DETACH should go back to Catalyst (t/aggregate/live_component_controller_act...
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 9dc38d7..5af713a 100644 (file)
@@ -52,6 +52,8 @@ $VERSION = eval $VERSION;
 
 our $COUNT     = 1;
 our $START     = time;
+our $DETACH    = Catalyst::Exception::Detach->new;
+our $GO        = Catalyst::Exception::Go->new;
 
 sub import {
     my ( $class, @arguments ) = @_;