in reply to Use of inherited AUTOLOAD for non-method is no longer allowed with Perl 5.34.

Monks, thank you for the revert. I already checked that question and answers for it.

But still, i couldn't figure it out how I can resolve this issue of non-methods being called from the package which used to work with Perl version 5.24.

Regards.

  • Comment on Re: Use of inherited AUTOLOAD for non-method is no longer allowed with Perl 5.34.

Replies are listed 'Best First'.
Re^2: Use of inherited AUTOLOAD for non-method is no longer allowed with Perl 5.34.
by soonix (Chancellor) on Sep 27, 2021 at 11:04 UTC
    I'd say, first step would be to identify which non-methods you are calling and are affected, because the resolution of your problem depends on that.
Re^2: Use of inherited AUTOLOAD for non-method is no longer allowed with Perl 5.34.
by erzuuli (Cannon) on Sep 27, 2021 at 14:41 UTC

    Can you please stop putting </br> in your writeups? The correct markup is <br/>. The slash goes after the br. Though really you can just leave out the slash. Thank you.

      Sure, Thank you.
      Regards