NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Moose Roles (Score:1)
Since you had to detour into Perl 5 anyway, maybe you might stop by Moose [cpan.org] and try out our Roles. They should match the basic role composition rules which Perl 6 will follow, minus some fancier features like parameterization. If nothing more, Perl 5 classes tend to be easier to generate programatically using Moose and Class::MOP then doing all that symbol table hackery yourself.
- Stevan
Re: (Score:1)
It would certainly be good for it to be able to support generating perl5 code in the future - and Moose would make sense in that context - but it's not part of the current work.