Subject: | Use of inherited AUTOLOAD for non-method ... is no longer allowed |
perl5.27.1 introduced a new incompatible change which is breaking AnyLoader's test suite:
...
Use of inherited AUTOLOAD for non-method Text::Soundex::soundex() is no longer allowed at t/AnyLoader.t line 52.
t/AnyLoader.t ..............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/7 subtests
...
Relevant perldelta entry:
https://perl5.git.perl.org/perl.git/blob/HEAD:/pod/perl5271delta.pod#l93