X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;fp=lib%2FCatalyst.pm;h=5af713ae8308bde99f2d9ec21b4d0985dddab1e6;hb=07be9e54d8efa10a2858e9e1a95b3b53200562ef;hp=9dc38d7ea4a4fad2c53a56aff15565f0b3a44962;hpb=0e74c6cd15a19303b9a7fb8f307e4d1e4c1cab6c;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 9dc38d7..5af713a 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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 ) = @_;