From: Florian Ragwitz Date: Mon, 2 Feb 2009 10:57:16 +0000 (+0000) Subject: Engine and Dispatcher objects don't overload stringification anymore. X-Git-Tag: 5.8000_06~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=2887a7f1e2c976a83040381ab916800fa3827758;hp=c2f3cc1b82343d12e03bf72f888447a1486b0ee9 Engine and Dispatcher objects don't overload stringification anymore. --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index b776dca..4095cc9 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -842,13 +842,11 @@ sub debug { 0 } =head2 $c->dispatcher -Returns the dispatcher instance. Stringifies to class name. See -L. +Returns the dispatcher instance. See L. =head2 $c->engine -Returns the engine instance. Stringifies to the class name. See -L. +Returns the engine instance. See L. =head2 UTILITY METHODS