in reply to Re: Perl 28 broke L: How to fix?
in thread Perl 28 broke L: How to fix?
I found this but don't know how to implement it:
The simple fix for old code is: In any module that used to depend on inheriting AUTOLOAD for non-methods from a base class named BaseClass, execute *AUTOLOAD = \&BaseClass::AUTOLOAD during startup. http://www.rocketaware.com/perl/perldelta/Deprecated_Inherited_C_AUTOLOAD.htm
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl 28 broke L: How to fix?
by Corion (Patriarch) on Oct 28, 2019 at 16:37 UTC |