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: 78163
Status: patched
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.66



Subject: [PATCH] Spelling mistakes
Date: Mon, 2 Jul 2012 20:51:01 -0600
To: bug-class-meta [...] rt.cpan.org
From: gregor herrmann <gregoa [...] debian.org>
In Debian we are currently applying the attached patch to Class-Meta. We thought you might be interested in it, too. Description: Fix two spelling mistakes and a grammatical one. Author: Peter Pentchev <roam@ringlet.net> Last-Update: 2011-02-24 Thanks in advance, gregor herrmann, Debian Perl Group

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

Subject: Re: [rt.cpan.org #78163] [PATCH] Spelling mistakes
Date: Tue, 3 Jul 2012 15:48:22 +0200
To: bug-Class-Meta [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
On Jul 3, 2012, at 4:51 AM, gregor herrmann via RT wrote: Show quoted text
> In Debian we are currently applying the attached patch to Class-Meta. > We thought you might be interested in it, too.
Thanks, applied, and v0.66 is on its way to CPAN with a few other typos fixed. David
From: nhandler [...] ubuntu.com
It appears that version 0.66 still does not correct one of the spelling mistakes that was fixed in the patch. I have attached an updated patch to resolve this issue.
Subject: spelling.patch
Description: Fix two spelling mistakes and a grammatical one. Bug: https://rt.cpan.org/Ticket/Display.html?id=78163 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=78163 Author: Peter Pentchev <roam@ringlet.net> Author: Nathan Handler <nhandler@ubuntu.com> Reviewed-by: gregor herrmann <gregoa@debian.org> Last-Update: 2012-07-15 --- a/lib/Class/Meta.pm +++ b/lib/Class/Meta.pm @@ -69,7 +69,7 @@ has uuid => ( authz => 'READ', required => 1, - deafault => sub { Data::UUID->new->create_str }, + default => sub { Data::UUID->new->create_str }, ); has name => ( required => 1 ); has age => ( is => 'integer' );
Subject: Re: [rt.cpan.org #78163] [PATCH] Spelling mistakes
Date: Mon, 16 Jul 2012 15:18:14 +0200
To: bug-Class-Meta [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
On Jul 15, 2012, at 6:46 PM, nhandler@ubuntu.com via RT wrote: Show quoted text
> It appears that version 0.66 still does not correct one of the spelling > mistakes that was fixed in the patch. I have attached an updated patch to > resolve this issue.
Le sigh. Thanks, patched. https://github.com/theory/class-meta/commit/a7796330237b051c715dd0c611a153fba2a83ab6 David