Role excludes/includes

2009-04-28 Thread Ovid
There are times that you want to use a role, but only as an interface. If 9 out of 10 classes use the implementation, it's annoying to have that 10th class have to do this: with 'My::Role' = { excludes = \...@a_long_list_of_methods }; What about something like this? with 'My::Role' = {

Re: Role excludes/includes

2009-04-28 Thread Stevan Little
Ovid, On Apr 28, 2009, at 8:59 AM, Ovid wrote: - Original Message From: Stevan Little stevan.lit...@iinteractive.com I am also very much not a fan of adding features to solve problems that are easily solved in other ways. Moose already has a fairly large feature set and I am