Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Class-Meta CPAN distribution.

Report information
The Basics
Id: 36143
Status: resolved
Priority: 0/
Queue: Class-Meta

People
Owner: Nobody in particular
Requestors: gregoa [...] debian.org
Cc:
AdminCc:

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



Subject: POD error
Date: Fri, 23 May 2008 21:10:06 +0200
To: bug-Class-Meta [...] rt.cpan.org
From: gregor herrmann <gregoa [...] debian.org>
Hi, there's a small error in the POD of lib/Class/Meta/Type.pm. Here's a patch: --- libclass-meta-perl.orig/lib/Class/Meta/Type.pm +++ libclass-meta-perl/lib/Class/Meta/Type.pm @@ -669,7 +669,7 @@ to use a StudlyCaps affordance accessor standard. In that case, you'll need to create your own module that builds accessors. I recommend that you study L<Class::Meta::AccessorBuilder|Class::Meta::AccessorBuilder> and -LClass::Meta::AccessorBuilder::Affordance|Class::Meta::AccessorBuilder::Affordance> +L<Class::Meta::AccessorBuilder::Affordance|Class::Meta::AccessorBuilder::Affordance> before taking on creating your own. Custom accessor building modules must have three functions. Cheers, gregor -- .''`. http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4 : :' : debian gnu/linux user, admin & developer - http://www.debian.org/ `. `' member of https://www.vibe.at/ | how to reply: http://got.to/quote/ `- NP: Alanis Morissette: Everything
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #36143] POD error
Date: Fri, 23 May 2008 14:14:58 -0700
To: bug-Class-Meta [...] rt.cpan.org
From: "David E. Wheeler" <david [...] kineticode.com>
On May 23, 2008, at 12:11, gregor herrmann via RT wrote: Show quoted text
> there's a small error in the POD of lib/Class/Meta/Type.pm. Here's a > patch:
Thanks, committed in r3948. Best, David