in reply to Re: Detecting which class a method is defined in
in thread Detecting which class a method is defined in
The stash name is the name of the current package in which perl compiled the method. It can be wrong in cases where a method in a class comes from elsewhere, such as a role or a mixin.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Detecting which class a method is defined in
by educated_foo (Vicar) on May 05, 2011 at 21:34 UTC | |
by chromatic (Archbishop) on May 05, 2011 at 22:00 UTC |