Skip Menu |

This queue is for tickets about the POE-Component-SpreadClient CPAN distribution.

Report information
The Basics
Id: 28442
Status: resolved
Priority: 0/
Queue: POE-Component-SpreadClient

People
Owner: Nobody in particular
Requestors: xantus+cpan [...] xantus.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.04
Fixed in: (no value)



Hey apoc, a test is failing. Looks to be related to attribute based sessions and a code ref David CPAN.pm: Going to build A/AP/APOCAL/POE-Component-SpreadClient-0.04.tar.gz cp lib/POE/Filter/SpreadClient.pm blib/lib/POE/Filter/SpreadClient.pm cp lib/POE/Component/SpreadClient.pm blib/lib/POE/Component/SpreadClient.pm cp lib/POE/Driver/SpreadClient.pm blib/lib/POE/Driver/SpreadClient.pm Manifying blib/man3/POE::Component::SpreadClient.3pm APOCAL/POE-Component-SpreadClient-0.04.tar.gz /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1_load....NOK 3/3 # Failed test 'use POE::Component::SpreadClient;' # at t/1_load.t line 7. # Tried to use 'POE::Component::SpreadClient'. # Error: Invalid CODE attribute: state at /home/xantus/.cpan/build/POE-Component-SpreadClient-0.04-F1GtzX/blib/lib/POE/Component/SpreadClient.pm line 59 # BEGIN failed--compilation aborted at t/1_load.t line 7. # Compilation failed in require at (eval 5) line 2. # BEGIN failed--compilation aborted at (eval 5) line 2. # Looks like you failed 1 test of 3. t/1_load....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 3 Failed 1/3 tests, 66.67% okay t/2_pod.....skipped all skipped: Test::Pod 1.00 required for testing POD Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/1_load.t 1 256 3 1 3 1 test skipped. Failed 1/2 test scripts. 1/3 subtests failed. Files=2, Tests=3, 0 wallclock secs ( 0.14 cusr + 0.02 csys = 0.16 CPU) Failed 1/2 test programs. 1/3 subtests failed. make: *** [test_dynamic] Error 255 APOCAL/POE-Component-SpreadClient-0.04.tar.gz /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force Failed during this command: APOCAL/POE-Component-SpreadClient-0.04.tar.gz: make_test NO
I found the problem. The attribute 'state' must be changed to 'State' everywhere in your poco. Cheers, David On Mon Jul 23 17:37:31 2007, XANTUS wrote: Show quoted text
> Hey apoc, a test is failing. > > Looks to be related to attribute based sessions and a code ref > > David > > > > CPAN.pm: Going to build A/AP/APOCAL/POE-Component-SpreadClient- > 0.04.tar.gz > > cp lib/POE/Filter/SpreadClient.pm blib/lib/POE/Filter/SpreadClient.pm > cp lib/POE/Component/SpreadClient.pm > blib/lib/POE/Component/SpreadClient.pm > cp lib/POE/Driver/SpreadClient.pm blib/lib/POE/Driver/SpreadClient.pm > Manifying blib/man3/POE::Component::SpreadClient.3pm > APOCAL/POE-Component-SpreadClient-0.04.tar.gz > /usr/bin/make -- OK > Running make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/1_load....NOK 3/3 > # Failed test 'use POE::Component::SpreadClient;' > # at t/1_load.t line 7. > # Tried to use 'POE::Component::SpreadClient'. > # Error: Invalid CODE attribute: state at > /home/xantus/.cpan/build/POE-Component-SpreadClient-0.04- > F1GtzX/blib/lib/POE/Component/SpreadClient.pm > line 59 > # BEGIN failed--compilation aborted at t/1_load.t line 7. > # Compilation failed in require at (eval 5) line 2. > # BEGIN failed--compilation aborted at (eval 5) line 2. > # Looks like you failed 1 test of 3. > t/1_load....dubious > Test returned status 1 (wstat 256, 0x100) > DIED. FAILED test 3 > Failed 1/3 tests, 66.67% okay > t/2_pod.....skipped > all skipped: Test::Pod 1.00 required for testing POD > Failed Test Stat Wstat Total Fail List of Failed >
------------------------------------------------------------------------------- Show quoted text
> t/1_load.t 1 256 3 1 3 > 1 test skipped. > Failed 1/2 test scripts. 1/3 subtests failed. > Files=2, Tests=3, 0 wallclock secs ( 0.14 cusr + 0.02 csys = 0.16 > CPU) > Failed 1/2 test programs. 1/3 subtests failed. > make: *** [test_dynamic] Error 255 > APOCAL/POE-Component-SpreadClient-0.04.tar.gz > /usr/bin/make test -- NOT OK > Running make install > make test had returned bad status, won't install without force > Failed during this command: > APOCAL/POE-Component-SpreadClient-0.04.tar.gz: make_test NO
applied in 0.05, thanks again! P.S. sorry for the lag, I lost my emails and finally checked out my rt.cpan.org login ;) -- ~Apocalypse