Engine and Dispatcher objects don't overload stringification anymore.
Florian Ragwitz [Mon, 2 Feb 2009 10:57:16 +0000 (10:57 +0000)]
lib/Catalyst.pm

index b776dca..4095cc9 100644 (file)
@@ -842,13 +842,11 @@ sub debug { 0 }
 
 =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