On Fri, Mar 29, 2013 at 2:44 PM, Chris Weyl <cw...@alumni.drew.edu> wrote: > On Fri, Mar 29, 2013 at 10:32 AM, Chris Weyl <cw...@alumni.drew.edu> 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