Skip Menu |

This queue is for tickets about the GnuPG-Interface CPAN distribution.

Report information
The Basics
Id: 40963
Status: resolved
Priority: 0/
Queue: GnuPG-Interface

People
Owner: Nobody in particular
Requestors: chris [...] prather.org
Cc:
AdminCc:

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

Attachments


Subject: Replace Class::MakeMethod with Moose
I have attached a first cut patch that replaces Class::MethodMaker with Moose. Jesse suggested on IRC that he was wanting to replace Class::MethodMaker and was open to the patch.
Subject: 0001-Moosify-Interface-and-Options.patch

Message body is not shown because it is too large.

Subject: Re: [rt.cpan.org #40963] Replace Class::MakeMethod with Moose
Date: Sat, 15 Nov 2008 12:41:50 -0500
To: Chris Prather via RT <bug-GnuPG-Interface [...] rt.cpan.org>
From: jesse <jesse [...] fsck.com>
Thanks. Applied. On Sat, Nov 15, 2008 at 12:15:32PM -0500, Chris Prather via RT wrote: Show quoted text
> Sat Nov 15 12:15:23 2008: Request 40963 was acted upon. > Transaction: Ticket created by PERIGRIN > Queue: GnuPG-Interface > Subject: Replace Class::MakeMethod with Moose > Broken in: (no value) > Severity: Wishlist > Owner: Nobody > Requestors: chris@prather.org > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=40963 > > > > I have attached a first cut patch that replaces Class::MethodMaker with > Moose. Jesse suggested on IRC that he was wanting to replace > Class::MethodMaker and was open to the patch.
--
On Sat Nov 15 12:41:58 2008, jesse@fsck.com wrote: Show quoted text
> Thanks. Applied.
Missed a dep on MooseX::AttributeHelpers to get some of the features Class::MethodMaker provides. Attached is a patch to Makefile.PL to fix this.
diff --git a/Makefile.PL b/Makefile.PL index 8fe3205..96e20e8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -41,6 +41,7 @@ WriteMakefile PREREQ_PM => { 'Moose' => 0.61, + 'MooseX::AttributeHelpers' => 0.14, }, PM => { %pm_install_hash },
Subject: Re: [rt.cpan.org #40963] Replace Class::MakeMethod with Moose
Date: Mon, 17 Nov 2008 11:27:56 -0500
To: Chris Prather via RT <bug-GnuPG-Interface [...] rt.cpan.org>
From: Jesse Vincent <jesse [...] fsck.com>
Thanks. Applied On Mon 17.Nov'08 at 10:44:48 -0500, Chris Prather via RT wrote: Show quoted text
> Queue: GnuPG-Interface > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=40963 > > > On Sat Nov 15 12:41:58 2008, jesse@fsck.com wrote:
> > Thanks. Applied.
> > Missed a dep on MooseX::AttributeHelpers to get some of the features > Class::MethodMaker provides. Attached is a patch to Makefile.PL to fix this. > >
--
Download (untitled)
application/pgp-signature 194b

Message body not shown because it is not plain text.