olof / WWW-SVT-Play

Perl module for interfacing with SVT Play (obsolete, not working)
5 stars 0 forks source link

Test::Distribution fails in some smokers #2

Open olof opened 11 years ago

olof commented 11 years ago

The following test failures are seen in some cpan smokers. The failures can not be correlated with a specific version of Perl, nor a specific version of ExtUtils::MakeMaker.

#   Failed test 'use lib::LWP::UserAgent;'
#   at /home/graham/perls/perl-5.14.3/lib/site_perl/5.14.3/Test/Distribution.pm line 192.
#     Tried to use 'lib::LWP::UserAgent'.
#     Error:  Can't locate lib/LWP/UserAgent.pm in @INC (@INC contains: /home/graham/perls/caches/perl-5.14.3/build/WWW-SVT-Play-0.11-xrQITm/blib/lib /home/graham/perls/caches/perl-5.14.3/build/WWW-SVT-Play-0.11-xrQITm/blib/arch /home/graham/perls/perl-5.14.3/lib/site_perl/5.14.3/x86_64-linux /home/graham/perls/perl-5.14.3/lib/site_perl/5.14.3 /home/graham/perls/perl-5.14.3/lib/5.14.3/x86_64-linux /home/graham/perls/perl-5.14.3/lib/5.14.3 .) at (eval 46) line 2.
# BEGIN failed--compilation aborted at (eval 46) line 2.

#   Failed test 'Pod Coverage ok'
#   at /home/graham/perls/perl-5.14.3/lib/site_perl/5.14.3/Test/Distribution.pm line 180.
# lib::LWP::UserAgent: couldn't find pod
# Looks like you failed 2 tests of 39.
t/01-distribution.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/39 subtests 

Test::Distribution should not test stuff in t/lib, and does not in my environment.

Needs investigation!