Skip Menu |

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

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

People
Owner: bobtfish [...] bobtfish.net
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] POD typos
The attached patch against 5.80015 fixes some POD types.
Subject: pod.patch
diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 7bfb1d6..22135a7 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -2686,12 +2686,11 @@ There are a number of 'base' config variables which can be set: =item * -C<default_model> - The default model picked if you say C<< $c->model >>. See L</$c->model($name)>. +C<default_model> - The default model picked if you say C<< $c->model >>. See L<< /$c->model($name) >>. =item * -C<default_view> - The default view to be rendered or returned when C<< $c->view >>. See L</$c->view($name)>. -is called. +C<default_view> - The default view to be rendered or returned when C<< $c->view >> is called. See L<< /$c->view($name) >>. =item *
Subject: Re: [rt.cpan.org #52370] [PATCH] POD typos
Date: Wed, 02 Dec 2009 20:10:12 +0100
To: bug-Catalyst-Runtime [...] rt.cpan.org
From: Frank Wiegand <frank.wiegand [...] gmail.com>
Am Mittwoch, den 02.12.2009, 13:58 -0500 schrieb Tomas Doran via RT: Show quoted text
Sorry, but that was not my patch. Your change: C<default_view> - The default view to be rendered or returned when C<< $c->view >>. See L<< /$c->view($name) >>. is called. My change: C<default_view> - The default view to be rendered or returned when C<< $c->view >> is called. See L<< /$c->view($name) >>. Thanks, Frank
You're quite right, apologies - I was being lazy :/ Fixed in r12150