Skip Menu |

This queue is for tickets about the Catalyst-Runtime CPAN distribution.

Report information
The Basics
Id: 46307
Status: resolved
Priority: 0/
Queue: Catalyst-Runtime

People
Owner: Nobody in particular
Requestors: fred.steinberg [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 5.8000_04
Fixed in: (no value)



Subject: Minor documentation/POD bug
Catalyst-Runtime-5.80004/lib/Catalyst.pm Example code in POD for uri_for() has extra dereference arrow: This: # For the Foo action in the Bar controller $c->uri_for($c->controller->('Bar')->action_for('Foo'), $c->req->captures); Should be: # For the Foo action in the Bar controller $c->uri_for($c->controller('Bar')->action_for('Foo'), $c->req->captures);
Thanks for your report. This is fixed in r10319.