[Catalyst-commits] r11944 - Catalyst-Runtime/5.80/trunk/lib/Catalyst/Exception

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Fri Nov 20 06:22:52 GMT 2009


Author: rafl
Date: 2009-11-20 06:22:51 +0000 (Fri, 20 Nov 2009)
New Revision: 11944

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Exception/Detach.pm
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Exception/Go.pm
Log:
Remove some docs for Exception::Go and ::Detach.

Users really shouldn't care.

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Exception/Detach.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Exception/Detach.pm	2009-11-20 06:22:44 UTC (rev 11943)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Exception/Detach.pm	2009-11-20 06:22:51 UTC (rev 11944)
@@ -19,28 +19,27 @@
 
 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

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Exception/Go.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Exception/Go.pm	2009-11-20 06:22:44 UTC (rev 11943)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Exception/Go.pm	2009-11-20 06:22:51 UTC (rev 11944)
@@ -19,28 +19,27 @@
 
 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




More information about the Catalyst-commits mailing list