Skip Menu |

This queue is for tickets about the Mason CPAN distribution.

Report information
The Basics
Id: 71581
Status: resolved
Priority: 0/
Queue: Mason

People
Owner: Nobody in particular
Requestors: fschlich [...] zedat.fu-berlin.de
Cc:
AdminCc:

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



Subject: pod typos in Mason 2.14
Date: Tue, 11 Oct 2011 00:00:05 +0200
To: bug-mason [...] rt.cpan.org
From: Florian Schlichting <fschlich [...] ZEDAT.FU-Berlin.DE>
Hi, while working on packaging Mason for Debian, I came across two typos and a missing =back in the pod. Please see attached patches. Florian

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

Fixed for next release, thanks.
From: fschlich [...] zedat.fu-berlin.de
Thanks for fixing this (and for the rename, too). Alas, I think you've missed one of the three. This one is still open: --- a/lib/Mason/Compilation.pm +++ b/lib/Mason/Compilation.pm @@ -898,7 +898,7 @@ A list of method names that should not be used because they are reserved for built-in attributes: C<args>, C<m>, C<cmeta>, etc. Not as extensive as bad_attribute_names above because methods like C<render> and C<main> can be -overriden but make no sense as attributes. +overridden but make no sense as attributes. =item compile ()
Subject: Re: [rt.cpan.org #71581] pod typos in Mason 2.14
Date: Tue, 29 Nov 2011 05:23:49 -0800
To: bug-Mason [...] rt.cpan.org
From: Jonathan Swartz <swartz [...] pobox.com>
D'oh. Next release. Thanks. On Nov 29, 2011, at 5:08 AM, Florian via RT wrote: Show quoted text
> Queue: Mason > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=71581 > > > Thanks for fixing this (and for the rename, too). Alas, I think you've > missed one of the three. This one is still open: > > > --- a/lib/Mason/Compilation.pm > +++ b/lib/Mason/Compilation.pm > @@ -898,7 +898,7 @@ > A list of method names that should not be used because they are > reserved for > built-in attributes: C<args>, C<m>, C<cmeta>, etc. Not as extensive as > bad_attribute_names above because methods like C<render> and C<main> can be > -overriden but make no sense as attributes. > +overridden but make no sense as attributes. > > =item compile () > > >