Subject: | plan_or_skip not sufficient |
In the test t/engine/danga-socket/01_load.t the require says it wants
Danga::Socket. But the test fails when Danga::Socket is installed but
Danga::Socket::Callback isn't. So I saw this FAIL today:
t/engine/danga-socket/01_load.........................
# Failed test 'use Gungho::Engine::Danga::Socket;'
# at t/engine/danga-socket/01_load.t line 13.
# Tried to use 'Gungho::Engine::Danga::Socket'.
# Error: Can't locate Danga/Socket/Callback.pm in @INC (@INC
contains: t/lib /home/sand/.cpan/build/Gungho-0.09007-37VTpA/inc
/home/sand/.cpan/build/Gungho-0.09007-37VTpA/blib/lib
/home/sand/.cpan/build/Gungho-0.09007-37VTpA/blib/arch
/home/sand/.cpan/build/parrot-0.6.1-kpvist/blib/arch
/home/sand/.cpan/build/parrot-0.6.1-kpvist/blib/lib
/home/src/perl/repoperls/installed-perls/maint-5.10/p77S7bD/perl-5.10.0@33823/lib/5.10.0/i686-linux-64int
/home/src/perl/repoperls/installed-perls/maint-5.10/p77S7bD/perl-5.10.0@33823/lib/5.10.0
/home/src/perl/repoperls/installed-perls/maint-5.10/p77S7bD/perl-5.10.0@33823/lib/site_perl/5.10.0/i686-linux-64int
/home/src/perl/repoperls/installed-perls/maint-5.10/p77S7bD/perl-5.10.0@33823/lib/site_perl/5.10.0
.) at
/home/sand/.cpan/build/Gungho-0.09007-37VTpA/blib/lib/Gungho/Engine/Danga/Socket.pm
line 10.
# BEGIN failed--compilation aborted at
/home/sand/.cpan/build/Gungho-0.09007-37VTpA/blib/lib/Gungho/Engine/Danga/Socket.pm
line 10.
# Compilation failed in require at (eval 7) line 2.
# BEGIN failed--compilation aborted at (eval 7) line 2.
# Looks like you failed 1 test of 1.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
Hope this helps,