I am not sure it makes sense in a MooseX module to support MouseX, but that said this one
is so simple it really shouldn't be much more then the change you show below.
As I told Dave in the other ticket, I don't use this much anymore (if at all) so I would be
happy to give out comaint if he is interested, at which point you can convince him about
adding Mouse support :)
- Stevan
On Fri May 20 12:50:57 2011, MARKSTOS wrote:
Show quoted text> It would be nice if this had the option for Mouse support. It appears
> that it would be as easy as:
>
> s/use Moose::Role/use Any::Moose 'Role'/
>
> Mark