Remove some docs for Exception::Go and ::Detach.
Florian Ragwitz [Fri, 20 Nov 2009 06:22:51 +0000 (06:22 +0000)]
Users really shouldn't care.

lib/Catalyst/Exception/Detach.pm
lib/Catalyst/Exception/Go.pm

index dbe35ff..88f42c1 100644 (file)
@@ -19,28 +19,27 @@ __END__
 
 Catalyst::Exception::Detach - Exception for redispatching using $ctx->detach()
 
-=head1 SYNOPSIS
-
-   Do not use this class directly, instead you should use the singleton instance
-   found in $Catalyst::DETACH;
-   E.g. die $Catalyst::DETACH
-
-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->detach() >>. There should be a singleton instance of this class in the
-C<< $Catalyst::DETACH >> global variable.
+C<< $c->detach() >>.
 
-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
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