docdurdee has asked for the wisdom of the Perl Monks concerning the following question:
-----------_build_bar in the Role below------------my $class = MooseX::ClassCompositor->new( {class_basename => 'Test'} )->class_for('Foo');
package Foo; Moose:Role; requires '_build_bar'; no Moose::Role; 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MooseX::ClassCompositor for roles with requirements
by tobyink (Canon) on Aug 13, 2013 at 19:56 UTC | |
by docdurdee (Scribe) on Aug 14, 2013 at 00:40 UTC |