On Fri, May 14, 2010 at 09:02:54PM -0700, Kate Yoak wrote: > > >> sub old_method { >> ... >> } > > And parent method modifiers will be skipped?
Yes, method modifiers aren't magical, they just install a normal method in the parent class. -doy
On Fri, May 14, 2010 at 09:02:54PM -0700, Kate Yoak wrote: > > >> sub old_method { >> ... >> } > > And parent method modifiers will be skipped?
Yes, method modifiers aren't magical, they just install a normal method in the parent class. -doy