On Fri, Mar 29, 2013 at 12:56:11PM -0400, Chris Prather wrote: > On Fri, Mar 29, 2013 at 11:12 AM, Jesse Luehrs <d...@tozt.net> wrote: > > > > > sub programmer_pay_rate { shift->R::Programmer::pay_rate } > > > > Keeping alias as a clean way of generating this exact kind of delegate > might be a valid / useful thing and inline with how handles and other > delegates work. It is also a much less *common* thing, and excludes > has no such justification that I can see.
In that sense, there's no reason that this should be a role-specific feature, and that's why MooseX::Aliases exists to begin with. -doy