Bug#837138: libnet-easytcp-perl: autopkgtest failure: META.yml confusion

Niko Tyni ntyni at debian.org
Fri Sep 9 07:19:14 UTC 2016


Package: libnet-easytcp-perl
Version: 0.26-3
User: debian-perl at lists.debian.org
Usertags: autopkgtest perl-cwd-inc-removal

This package is failing its autopkgtest checks on current sid.

This regressed with perl 5.22.2-4, which removed cwd from @INC,
but the underlying problem is that META.yml has a wrong name
for the module.

  name:         EasyTCP

The use.t test thus tries to load 'EasyTCP', which fails because
the module is really 'Net::EasyTCP'. It used to work because
of a bug in pkg-perl-autopkgtest, see #837137.

 /usr/share/pkg-perl-autopkgtest/runtime-deps.d/use.t .. 
 1..2
 # Can't locate EasyTCP.pm in @INC (you may need to install the EasyTCP module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.2 /usr/local/share/perl/5.22.2 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base).
 # BEGIN failed--compilation aborted.
 not ok 1 - /usr/bin/perl -w -M"EasyTCP" -e 1 2>&1 exited successfully
 not ok 2 - /usr/bin/perl -w -M"EasyTCP" -e 1 2>&1 produced no output

-- 
Niko Tyni   ntyni at debian.org



More information about the pkg-perl-maintainers mailing list