in reply to Re: Invoking bless triggers "Can't resolve method ..." error
in thread Invoking bless triggers "Can't resolve method ..." error
Thanks for replying!
I replaced the name of the parent class with <module-name>. It is a module written by me that does not use "overload" and is currently used as-is in production code.
The variable $class contains the name of the current package, which is also used as-is in production code and does not use "overload".
I don't use "overload" much. It appears in my code base only a few times, and none of the uses appears to have anything to do with the line causing the error.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Invoking bless triggers "Can't resolve method ..." error
by AnomalousMonk (Archbishop) on Jul 08, 2015 at 22:10 UTC | |
by turkanis (Novice) on Jul 09, 2015 at 05:33 UTC | |
by afoken (Chancellor) on Jul 09, 2015 at 07:02 UTC | |
by Corion (Patriarch) on Jul 09, 2015 at 07:08 UTC | |
|
Re^3: Invoking bless triggers "Can't resolve method ..." error
by Anonymous Monk on Jul 08, 2015 at 21:24 UTC | |
by turkanis (Novice) on Jul 09, 2015 at 02:36 UTC |