[Catalyst-commits] r9156 - Catalyst-Runtime/5.80/trunk/lib
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Mon Feb 2 10:57:16 GMT 2009
Author: rafl
Date: 2009-02-02 10:57:16 +0000 (Mon, 02 Feb 2009)
New Revision: 9156
Modified:
Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Log:
Engine and Dispatcher objects don't overload stringification anymore.
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-02-01 17:22:13 UTC (rev 9155)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-02-02 10:57:16 UTC (rev 9156)
@@ -842,13 +842,11 @@
=head2 $c->dispatcher
-Returns the dispatcher instance. Stringifies to class name. See
-L<Catalyst::Dispatcher>.
+Returns the dispatcher instance. See L<Catalyst::Dispatcher>.
=head2 $c->engine
-Returns the engine instance. Stringifies to the class name. See
-L<Catalyst::Engine>.
+Returns the engine instance. See L<Catalyst::Engine>.
=head2 UTILITY METHODS
More information about the Catalyst-commits
mailing list