aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-CompileTime-Traits/pkg-descr
blob: 21e59de4eacfaa04480553efb81d6c6b850a5725 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
MooseX::CompileTime::Traits allows role application at compile time
via use statements. What this class does is provide an import method
that will apply each of the roles (along with any arguments for
parameterized roles).

Roles and their arguments should be provided as an ArrayRef of tuples.

Simply 'with' the role to gain the functionality.

WWW: http://search.cpan.org/dist/MooseX-CompileTime-Traits/