Remove some docs for Exception::Go and ::Detach.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Exception / Go.pm
index 48f90aa..f7d7362 100644 (file)
@@ -19,28 +19,27 @@ __END__
 
 Catalyst::Exception::Go - Exception for redispatching using $ctx->go()
 
-=head1 SYNOPSIS
-
-   Do not use this class directly, instead you should use the singleton instance
-   found in $Catalyst::GO;
-
-   E.g. die $Catalyst::GO;
-
-See also L<Catalyst> and L<Catalyst::Exception>.
-
 =head1 DESCRIPTION
 
 This is the class for the Catalyst Exception which is thrown then you call
-C<< $c->go() >>. There should be a singleton instance of this class in the
-C<< $Catalyst::DETACH >> global variable.
+C<< $c->go() >>.
 
-Users should never need to know or care about this exception, please just use
-C<< $c->detach >>
+This class is not intended to be used directly by users.
 
 =head2 meta
 
 Provided by Moose
 
+=head1 SEE ALSO
+
+=over 4
+
+=item L<Catalyst>
+
+=item L<Catalyst::Exception>
+
+=back
+
 =head1 AUTHORS
 
 Catalyst Contributors, see Catalyst.pm