Subject: | Use of inherited AUTOLOAD for non-method ... is no longer allowed |
The test suite fails with 5.27.1:
...
# Failed test at t/001_basic.t line 26.
# 'Use of inherited AUTOLOAD for non-method main::hoge() is no longer allowed at t/001_basic.t line 24.
# '
# doesn't match '(?^:Undefined subroutine &main::hoge called)'
# Looks like you failed 1 test of 4.
t/001_basic.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests
...
Probably related to this change:
https://perl5.git.perl.org/perl.git/blob/HEAD:/pod/perl5271delta.pod#l93