Subject: | fails make test |
Date: | Fri, 19 Feb 2010 00:02:48 -0500 |
To: | bug-POE-Component-Player-Mpg123 [...] rt.cpan.org |
From: | Daniel Risacher <magnus [...] alum.mit.edu> |
In trying to use POE-Component-Player-Mpg123-1.2, on Ubuntu 9.10
Desktop, with mpg123 1.7.3.
Tested with POE 1.006 (which is in the Ubuntu repos) and with POE
1.286 (latest from CPAN).
'make test' fails like this:
POE-Component-Player-Mpg123-1.2$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..20
ok 1 - finding player
ok 2 - finding test track
ok 3 - read permissions
ok 4 - use PoCo::Player::Mpg123
ok 5 - session created
ok 6 - component instantiated
not ok 7 - play issued
# Failed test 'play issued'
# at test.pl line 46.
Not a HASH reference at blib/lib/POE/Component/Player/Mpg123.pm line 133.
# Looks like you planned 20 tests but ran 7.
# Looks like you failed 1 test of 7 run.
# Looks like your test exited with 255 just after 7.
make: *** [test_dynamic] Error 255