Hiya

I have released MooseX::MethodAttributes 0.16_01, which solves the issues with role combination for method attributes roles.

Specifically, in a class, you can now say:

with qw/
    Role1
    Role2
/;

and the role composition (and conflict detection) will work correctly, rather than having to say with 'Role1'; with 'Role2'; and not getting these benefits.

This has involved some core Moose work (thanks rafl!!) to support this, and also quite a significant restructuring of the MethodAttributes code.

I'd appreciate if some people could install and try out this release on their general applications using roles before I release it, and specifically test out the role combination feature.

http://search.cpan.org/~bobtfish/MooseX-MethodAttributes-0.16_01/
http://search.cpan.org/~bobtfish/MooseX-MethodAttributes-0.16_01/lib/MooseX/MethodAttributes/Role.pm
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-MethodAttributes-0.16_01.tar.gz

Thanks in advance!
t0m

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to