Package: st-console Version: 1.1.4-7 Severity: important Tags: trixie sid User: debian-p...@lists.debian.org Usertags: perl-5.40-transition
This package fails its autopkgtest checks with Perl 5.40 (currently in experimental.) https://ci.debian.net/packages/s/st-console/unstable/amd64/50067598/ 32s autopkgtest [18:47:24]: test command1: st-console debian/tests/test.txt 32s autopkgtest [18:47:24]: test command1: [----------------------- 32s Duplicate specification "N|n|count" for option "n" 32s N min max sum mean stddev 32s 10 1 10 55 5.5 3.02765 33s autopkgtest [18:47:25]: test command1: -----------------------] 33s autopkgtest [18:47:25]: test command1: - - - - - - - - - - results - - - - - - - - - - 33s command1 FAIL stderr: Duplicate specification "N|n|count" for option "n" This is probably fallout from a change in the Getopt::Long library: https://metacpan.org/dist/Getopt-Long/changes#L34 * Fix long standing bug that duplicate options were not detected when the options differ in case while ignore_case is in effect. This will now yield a warning and become a fatal error in a future release. One way to silence the warning might be use Getopt::Long qw( :config no_ignore_case ); -- Niko Tyni nt...@debian.org