action #112130
closedos-autoinst tests fail due to unexpected warning with perl 5.36
Description
Trying to run the os-autoinst test suite with perl 5.36 results in a failure due to an unexpected warning:
2: ok 1697 ms ( 0.02 usr 0.00 sys + 1.46 cusr 0.33 csys = 1.81 CPU)
2: Implicit use of @_ in goto with signatured subroutine is experimental at /builddir/build/BUILD/os-autoinst-ab6013d738344791507525e45cbd9f972a444968/backend/console_proxy.pm line 59.
2:
2: # Failed test 'no (unexpected) warnings (via done_testing)'
2: # at ./03-testapi.t line 873.
2: # Got the following unexpected warnings:
2: # 1: Implicit use of @_ in goto with signatured subroutine is experimental at /builddir/build/BUILD/os-autoinst-ab6013d738344791507525e45cbd9f972a444968/backend/console_proxy.pm line 59.
2: # Looks like you failed 1 test of 42.
2: [21:44:58] ./03-testapi.t ...........................
Our perl maintainer writes:
"The failure is caused by new warnings[1]:
Implicit use of @_ in %s with signatured subroutine is experimental
An expression that implicitly involves the @_ arguments array was found in a subroutine that uses a signature
[1]https://metacpan.org/dist/perl/view/pod/perldelta.pod#New-Warnings"