Re: MooseX::Role::ConstructorRoleApplication

2011-05-23 Thread Fraser Tweedale
I have been informed of the existance of MooseX::Traits, which does exactly this. In light of this, MooseX::Role::ConstructorRoleApplication is going to unceremoniously depart from this world. Sorry for the noise. Frase On Mon, May 23, 2011 at 09:35:34PM +1000, Fraser Tweedale wrote: > Pr

MooseX::Role::ConstructorRoleApplication

2011-05-23 Thread Fraser Tweedale
Prior to namespace registration, running this by modules@ A role which, when applied to a Moose class, allows additional roles to be applied to objects of that class via a constructor argument. SYNOPSIS package Foo; use Moose; with 'MooseX::Role::ConstructorRoleApplication'; # c

Re: Test::Clutch - facility for disengaging TAP output

2011-04-16 Thread Fraser Tweedale
On Thu, Apr 14, 2011 at 03:13:22PM -0500, brian d foy wrote: > [[ This message was both posted and mailed: see >the "To," "Cc," and "Newsgroups" headers for details. ]] > > In article <20110414122822.gj1...@bacardi.wooloowin.frase.id.au>, > F

Test::Clutch - facility for disengaging TAP output

2011-04-14 Thread Fraser Tweedale
Hello, Have written a module which uses Class::MOP to add a facility to Test::Builder for disabling TAP output, tentatively called Test::Clutch. As per PAUSE FAQ, running this by others before registering the namespace. Regards, Fraser