Re: Announcement: Moose 2.0800 is released!
[email protected] (Chris Prather)
| Newsgroups | perl.moose |
|---|---|
| Message-ID | <CAEFJ168ekTTu2nL4xaKY6Pg_YSxzc9c94HHcigYaD4wk-sagrQ@mail.gmail.com> |
On Fri, Mar 29, 2013 at 2:44 PM, Chris Weyl <[email protected]> wrote: > On Fri, Mar 29, 2013 at 10:32 AM, Chris Weyl <[email protected]> wrote: > >> https://gist.github.com/c29c165e1aacda7018a5 >> >> Aliasing allows me to trivially shunt one method aside and create a new >> one in its place w/o having to resort to method modifiers. >> > > To clarify here: "Aliasing allows me to trivially shunt one method aside > and create a new one in its place *while still being able to use the > previous method* w/o having to resort to method modifiers." To quote doy when I brought up this same point (with an entirely different phrasing) in this same thread: > > 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 -Chris