Re: Announcement: Moose 2.0800 is released!
[email protected] (Jesse Luehrs)
| Newsgroups | perl.moose |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Mar 29, 2013 at 12:56:11PM -0400, Chris Prather wrote: > On Fri, Mar 29, 2013 at 11:12 AM, Jesse Luehrs <[email protected]> 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