Subject: | Use of inherited AUTOLOAD for non-method ... is no longer allowed |
perl 5.27.1 introduced an incompatible change which is causing the test suite to fail:
...
Use of inherited AUTOLOAD for non-method elsewhere::baz() is no longer allowed at test.pl line 38.
(in cleanup) (in cleanup) at /opt/perl-5.27.1/lib/5.27.1/Carp.pm line 167 during global destruction.
(in cleanup) (in cleanup) at /opt/perl-5.27.1/lib/5.27.1/Carp.pm line 167 during global destruction.
(in cleanup) (in cleanup) at /opt/perl-5.27.1/lib/5.27.1/Carp.pm line 167 during global destruction.
(in cleanup) (in cleanup) at /opt/perl-5.27.1/lib/5.27.1/Carp.pm line 167 during global destruction.
(in cleanup) (in cleanup) at /opt/perl-5.27.1/lib/5.27.1/Carp.pm line 167 during global destruction.
Makefile:836: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
...
See also: https://perl5.git.perl.org/perl.git/blob/HEAD:/pod/perl5271delta.pod#l93