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
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
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
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