Mon Jul 02 22:51:21 2012gregoa [...] debian.org - Ticket created
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.
Tue Jul 03 09:48:28 2012dwheeler [...] cpan.org - Status changed from 'new' to 'patched'
Sun Jul 15 12:46:33 2012nhandler [...] ubuntu.com - Correspondence added
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' );
Sun Jul 15 12:46:34 2012The RT System itself - Status changed from 'resolved' to 'open'
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.