X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FRole%2FParameterized%2FMeta%2FRole%2FParameterizable.pm;h=20cf586c9ebe136dc9f85bcf9a2fb45ea8499239;hb=09e02a3f141c879f39d31eccdff4f91e7203419a;hp=510ce6e6c8b3a3281aceb985a1438b8244c4c1d5;hpb=9d029b3d5e6f027ceea61789982b316c6ba42f09;p=gitmo%2FMooseX-Role-Parameterized.git diff --git a/lib/MooseX/Role/Parameterized/Meta/Role/Parameterizable.pm b/lib/MooseX/Role/Parameterized/Meta/Role/Parameterizable.pm index 510ce6e..20cf586 100644 --- a/lib/MooseX/Role/Parameterized/Meta/Role/Parameterizable.pm +++ b/lib/MooseX/Role/Parameterized/Meta/Role/Parameterizable.pm @@ -84,3 +84,15 @@ no Moose; 1; +__END__ + +=head1 DESCRIPTION + +This is the metaclass for parameteriz-able roles, roles that have their +parameters currently unbound. These are the roles that you use L, +but instead of composing the parameteriz-able role, we construct a new +parameteriz-ed role +(L). + +=cut +