in reply to Re: AUTOLOAD inheritance
in thread AUTOLOAD inheritance
Update: the perldiag entry for the warning tells how to eliminate it if your code was intentionally relying on the deprecated behaviour: *AUTOLOAD = \&BaseClass::AUTOLOAD; (in this case, BaseClass would be DynaLoader.) I would guess that more commonly, the warning is an indication of another problem, perhaps a missing use statement or misspelled function name.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: AUTOLOAD inheritance
by optimist (Beadle) on Feb 14, 2004 at 01:45 UTC |