in reply to Re^3: Use of inherited AUTOLOAD for non-method is no longer allowed with Perl 5.34.
in thread Use of inherited AUTOLOAD for non-method is no longer allowed with Perl 5.34.

FWIW: an even less stable hack would be to write something like an 'INIT {}' or 'CHECK{ }' block to indentify all defined packages/classes after compilation which inherit from the BASE_CLASS:: ( see ->isa in UNIVERSAL )

all those packages could then have a new AUTOLOAD added via eval.

this will not work in all cases because those timing issues in Perl are highly flexible:

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery