This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.
        
--

Dear GWYN,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.072. Testers personal comments may appear 
at the end of this report.


Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

TEST RESULTS:

Below is the error stack from stage 'make test':

[MSG] [Mon Jul 24 23:48:19 2006] Trying to get 
'http://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-IKC-0.18.tar.gz'
[MSG] [Mon Jul 24 23:48:21 2006] Trying to get 
'http://www.cpan.org/authors/id/G/GW/GWYN/CHECKSUMS'
[MSG] [Mon Jul 24 23:48:22 2006] Checksum matches for 
'POE-Component-IKC-0.18.tar.gz'
[MSG] [Mon Jul 24 23:48:23 2006] Extracted 'POE-Component-IKC-0.18/'
[MSG] [Mon Jul 24 23:48:23 2006] Extracted 'POE-Component-IKC-0.18/IKC/'
[MSG] [Mon Jul 24 23:48:23 2006] Extracted 
'POE-Component-IKC-0.18/IKC/Freezer.pm'
[MSG] [Mon Jul 24 23:48:24 2006] Extracted 
'POE-Component-IKC-0.18/IKC/Client.pm'
[MSG] [Mon Jul 24 23:48:24 2006] Extracted 
'POE-Component-IKC-0.18/IKC/ClientLite.pm'
[MSG] [Mon Jul 24 23:48:24 2006] Extracted 
'POE-Component-IKC-0.18/IKC/Responder.pm'
[MSG] [Mon Jul 24 23:48:24 2006] Extracted 
'POE-Component-IKC-0.18/IKC/Channel.pm'
[MSG] [Mon Jul 24 23:48:24 2006] Extracted 
'POE-Component-IKC-0.18/IKC/Server.pm'
[MSG] [Mon Jul 24 23:48:24 2006] Extracted 
'POE-Component-IKC-0.18/IKC/LocalKernel.pm'
[MSG] [Mon Jul 24 23:48:25 2006] Extracted 'POE-Component-IKC-0.18/IKC/Proxy.pm'
[MSG] [Mon Jul 24 23:48:25 2006] Extracted 
'POE-Component-IKC-0.18/IKC/Specifier.pm'
[MSG] [Mon Jul 24 23:48:25 2006] Extracted 'POE-Component-IKC-0.18/client3'
[MSG] [Mon Jul 24 23:48:25 2006] Extracted 'POE-Component-IKC-0.18/userver'
[MSG] [Mon Jul 24 23:48:25 2006] Extracted 'POE-Component-IKC-0.18/IKC.pod'
[MSG] [Mon Jul 24 23:48:25 2006] Extracted 'POE-Component-IKC-0.18/Changes'
[MSG] [Mon Jul 24 23:48:26 2006] Extracted 'POE-Component-IKC-0.18/test-client'
[MSG] [Mon Jul 24 23:48:26 2006] Extracted 'POE-Component-IKC-0.18/uclient'
[MSG] [Mon Jul 24 23:48:26 2006] Extracted 'POE-Component-IKC-0.18/MANIFEST'
[MSG] [Mon Jul 24 23:48:26 2006] Extracted 'POE-Component-IKC-0.18/shut-server'
[MSG] [Mon Jul 24 23:48:26 2006] Extracted 'POE-Component-IKC-0.18/TODO'
[MSG] [Mon Jul 24 23:48:27 2006] Extracted 'POE-Component-IKC-0.18/t/'
[MSG] [Mon Jul 24 23:48:27 2006] Extracted 
'POE-Component-IKC-0.18/t/00_perl_freezer.t'
[MSG] [Mon Jul 24 23:48:27 2006] Extracted 
'POE-Component-IKC-0.18/t/10_server_client.t'
[MSG] [Mon Jul 24 23:48:27 2006] Extracted 
'POE-Component-IKC-0.18/t/20_clientlite.t'
[MSG] [Mon Jul 24 23:48:27 2006] Extracted 'POE-Component-IKC-0.18/t/30_local.t'
[MSG] [Mon Jul 24 23:48:27 2006] Extracted 'POE-Component-IKC-0.18/test-lite'
[MSG] [Mon Jul 24 23:48:28 2006] Extracted 'POE-Component-IKC-0.18/server'
[MSG] [Mon Jul 24 23:48:28 2006] Extracted 
'POE-Component-IKC-0.18/ikc-architecture.txt'
[MSG] [Mon Jul 24 23:48:28 2006] Extracted 'POE-Component-IKC-0.18/shut-client'
[MSG] [Mon Jul 24 23:48:28 2006] Extracted 'POE-Component-IKC-0.18/client'
[MSG] [Mon Jul 24 23:48:28 2006] Extracted 'POE-Component-IKC-0.18/lclient'
[MSG] [Mon Jul 24 23:48:28 2006] Extracted 'POE-Component-IKC-0.18/FUTUR'
[MSG] [Mon Jul 24 23:48:29 2006] Extracted 'POE-Component-IKC-0.18/server2'
[MSG] [Mon Jul 24 23:48:29 2006] Extracted 'POE-Component-IKC-0.18/client2'
[MSG] [Mon Jul 24 23:48:29 2006] Extracted 'POE-Component-IKC-0.18/Makefile.PL'
[MSG] [Mon Jul 24 23:48:29 2006] Extracted 'POE-Component-IKC-0.18/README'
[MSG] [Mon Jul 24 23:48:29 2006] Extracted 'POE::Component::IKC' to 
'/opt/perl/testers/.cpanplus/5.8.8/build/POE-Component-IKC-0.18'
[MSG] [Mon Jul 24 23:48:30 2006] 
---------------------------------------------------------------

It appears IKC causes POE version 0.29 and better to exercise a
bug in some versions of Perl that prevents wheel's DESTROY from
being called.  Until this issue has been resolved, IKC uses a 
work around that calls the wheel's DESTROY explicitly.  You may
find and deactivate this by commenting out the line after
WORK AROUND in IKC/Server.pm, IKC/Channel.pm and IKC/Client.pm

---------------------------------------------------------------

Checking if your kit is complete...
Looks good
Warning: prerequisite POE 0.28 not found.
Writing Makefile for POE::Component::IKC

[MSG] [Mon Jul 24 23:48:30 2006] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[MSG] [Mon Jul 24 23:48:30 2006] Module 'POE::Component::IKC' requires 'POE' 
version '0.28' to be installed 
[MSG] [Mon Jul 24 23:48:30 2006] Trying to get 
'http://www.cpan.org/authors/id/R/RC/RCAPUTO/POE-0.3502.tar.gz'
[MSG] [Mon Jul 24 23:48:41 2006] Trying to get 
'http://www.cpan.org/authors/id/R/RC/RCAPUTO/CHECKSUMS'
[MSG] [Mon Jul 24 23:48:42 2006] Checksum matches for 'POE-0.3502.tar.gz'
[MSG] [Mon Jul 24 23:48:45 2006] Extracted 'POE-0.3502/'
[MSG] [Mon Jul 24 23:48:46 2006] Extracted 'POE-0.3502/CHANGES'
[MSG] [Mon Jul 24 23:48:46 2006] Extracted 'POE-0.3502/HISTORY'
[MSG] [Mon Jul 24 23:48:46 2006] Extracted 'POE-0.3502/lib/'
[MSG] [Mon Jul 24 23:48:46 2006] Extracted 'POE-0.3502/lib/POE/'
[MSG] [Mon Jul 24 23:48:46 2006] Extracted 'POE-0.3502/lib/POE/API/'
[MSG] [Mon Jul 24 23:48:46 2006] Extracted 'POE-0.3502/lib/POE/API/Ctl.pm'
[MSG] [Mon Jul 24 23:48:47 2006] Extracted 'POE-0.3502/lib/POE/API/ResLoader.pm'
[MSG] [Mon Jul 24 23:48:47 2006] Extracted 'POE-0.3502/lib/POE/Component/'
[MSG] [Mon Jul 24 23:48:47 2006] Extracted 
'POE-0.3502/lib/POE/Component/Client/'
[MSG] [Mon Jul 24 23:48:47 2006] Extracted 
'POE-0.3502/lib/POE/Component/Client/TCP.pm'
[MSG] [Mon Jul 24 23:48:47 2006] Extracted 
'POE-0.3502/lib/POE/Component/Server/'
[MSG] [Mon Jul 24 23:48:48 2006] Extracted 
'POE-0.3502/lib/POE/Component/Server/TCP.pm'
[MSG] [Mon Jul 24 23:48:48 2006] Extracted 'POE-0.3502/lib/POE/Component.pm'
[MSG] [Mon Jul 24 23:48:48 2006] Extracted 'POE-0.3502/lib/POE/Driver/'
[MSG] [Mon Jul 24 23:48:48 2006] Extracted 'POE-0.3502/lib/POE/Driver/SysRW.pm'
[MSG] [Mon Jul 24 23:48:48 2006] Extracted 'POE-0.3502/lib/POE/Driver.pm'
[MSG] [Mon Jul 24 23:48:48 2006] Extracted 'POE-0.3502/lib/POE/Filter/'
[MSG] [Mon Jul 24 23:48:49 2006] Extracted 'POE-0.3502/lib/POE/Filter/Block.pm'
[MSG] [Mon Jul 24 23:48:49 2006] Extracted 'POE-0.3502/lib/POE/Filter/Grep.pm'
[MSG] [Mon Jul 24 23:48:49 2006] Extracted 'POE-0.3502/lib/POE/Filter/HTTPD.pm'
[MSG] [Mon Jul 24 23:48:49 2006] Extracted 'POE-0.3502/lib/POE/Filter/Line.pm'
[MSG] [Mon Jul 24 23:48:49 2006] Extracted 'POE-0.3502/lib/POE/Filter/Map.pm'
[MSG] [Mon Jul 24 23:48:49 2006] Extracted 
'POE-0.3502/lib/POE/Filter/RecordBlock.pm'
[MSG] [Mon Jul 24 23:48:50 2006] Extracted 
'POE-0.3502/lib/POE/Filter/Reference.pm'
[MSG] [Mon Jul 24 23:48:50 2006] Extracted 
'POE-0.3502/lib/POE/Filter/Stackable.pm'
[MSG] [Mon Jul 24 23:48:50 2006] Extracted 'POE-0.3502/lib/POE/Filter/Stream.pm'
[MSG] [Mon Jul 24 23:48:50 2006] Extracted 'POE-0.3502/lib/POE/Filter.pm'
[MSG] [Mon Jul 24 23:48:50 2006] Extracted 'POE-0.3502/lib/POE/Kernel.pm'
[MSG] [Mon Jul 24 23:48:51 2006] Extracted 'POE-0.3502/lib/POE/Loop/'
[MSG] [Mon Jul 24 23:48:51 2006] Extracted 'POE-0.3502/lib/POE/Loop/Event.pm'
[MSG] [Mon Jul 24 23:48:51 2006] Extracted 'POE-0.3502/lib/POE/Loop/Gtk.pm'
[MSG] [Mon Jul 24 23:48:51 2006] Extracted 'POE-0.3502/lib/POE/Loop/IO_Poll.pm'
[MSG] [Mon Jul 24 23:48:51 2006] Extracted 
'POE-0.3502/lib/POE/Loop/PerlSignals.pm'
[MSG] [Mon Jul 24 23:48:51 2006] Extracted 'POE-0.3502/lib/POE/Loop/Select.pm'
[MSG] [Mon Jul 24 23:48:52 2006] Extracted 'POE-0.3502/lib/POE/Loop/Tk.pm'
[MSG] [Mon Jul 24 23:48:52 2006] Extracted 
'POE-0.3502/lib/POE/Loop/TkActiveState.pm'
[MSG] [Mon Jul 24 23:48:52 2006] Extracted 'POE-0.3502/lib/POE/Loop/TkCommon.pm'
[MSG] [Mon Jul 24 23:48:52 2006] Extracted 'POE-0.3502/lib/POE/Loop.pm'
[MSG] [Mon Jul 24 23:48:52 2006] Extracted 'POE-0.3502/lib/POE/NFA.pm'
[MSG] [Mon Jul 24 23:48:52 2006] Extracted 'POE-0.3502/lib/POE/Pipe/'
[MSG] [Mon Jul 24 23:48:53 2006] Extracted 'POE-0.3502/lib/POE/Pipe/OneWay.pm'
[MSG] [Mon Jul 24 23:48:53 2006] Extracted 'POE-0.3502/lib/POE/Pipe/TwoWay.pm'
[MSG] [Mon Jul 24 23:48:53 2006] Extracted 'POE-0.3502/lib/POE/Pipe.pm'
[MSG] [Mon Jul 24 23:48:53 2006] Extracted 'POE-0.3502/lib/POE/Queue/'
[MSG] [Mon Jul 24 23:48:53 2006] Extracted 'POE-0.3502/lib/POE/Queue/Array.pm'
[MSG] [Mon Jul 24 23:48:54 2006] Extracted 'POE-0.3502/lib/POE/Queue.pm'
[MSG] [Mon Jul 24 23:48:54 2006] Extracted 'POE-0.3502/lib/POE/Resource/'
[MSG] [Mon Jul 24 23:48:54 2006] Extracted 
'POE-0.3502/lib/POE/Resource/Aliases.pm'
[MSG] [Mon Jul 24 23:48:54 2006] Extracted 
'POE-0.3502/lib/POE/Resource/Controls.pm'
[MSG] [Mon Jul 24 23:48:54 2006] Extracted 
'POE-0.3502/lib/POE/Resource/Events.pm'
[MSG] [Mon Jul 24 23:48:54 2006] Extracted 
'POE-0.3502/lib/POE/Resource/Extrefs.pm'
[MSG] [Mon Jul 24 23:48:55 2006] Extracted 
'POE-0.3502/lib/POE/Resource/FileHandles.pm'
[MSG] [Mon Jul 24 23:48:55 2006] Extracted 
'POE-0.3502/lib/POE/Resource/Sessions.pm'
[MSG] [Mon Jul 24 23:48:55 2006] Extracted 'POE-0.3502/lib/POE/Resource/SIDs.pm'
[MSG] [Mon Jul 24 23:48:55 2006] Extracted 
'POE-0.3502/lib/POE/Resource/Signals.pm'
[MSG] [Mon Jul 24 23:48:55 2006] Extracted 
'POE-0.3502/lib/POE/Resource/Statistics.pm'
[MSG] [Mon Jul 24 23:48:55 2006] Extracted 'POE-0.3502/lib/POE/Resource.pm'
[MSG] [Mon Jul 24 23:48:56 2006] Extracted 'POE-0.3502/lib/POE/Resources.pm'
[MSG] [Mon Jul 24 23:48:56 2006] Extracted 'POE-0.3502/lib/POE/Session.pm'
[MSG] [Mon Jul 24 23:48:56 2006] Extracted 'POE-0.3502/lib/POE/Wheel/'
[MSG] [Mon Jul 24 23:48:56 2006] Extracted 'POE-0.3502/lib/POE/Wheel/Curses.pm'
[MSG] [Mon Jul 24 23:48:56 2006] Extracted 
'POE-0.3502/lib/POE/Wheel/FollowTail.pm'
[MSG] [Mon Jul 24 23:48:57 2006] Extracted 
'POE-0.3502/lib/POE/Wheel/ListenAccept.pm'
[MSG] [Mon Jul 24 23:48:57 2006] Extracted 
'POE-0.3502/lib/POE/Wheel/ReadLine.pm'
[MSG] [Mon Jul 24 23:48:57 2006] Extracted 
'POE-0.3502/lib/POE/Wheel/ReadWrite.pm'
[MSG] [Mon Jul 24 23:48:57 2006] Extracted 'POE-0.3502/lib/POE/Wheel/Run.pm'
[MSG] [Mon Jul 24 23:48:57 2006] Extracted 
'POE-0.3502/lib/POE/Wheel/SocketFactory.pm'
[MSG] [Mon Jul 24 23:48:57 2006] Extracted 'POE-0.3502/lib/POE/Wheel.pm'
[MSG] [Mon Jul 24 23:48:58 2006] Extracted 'POE-0.3502/lib/POE.pm'
[MSG] [Mon Jul 24 23:48:58 2006] Extracted 'POE-0.3502/Makefile.PL'
[MSG] [Mon Jul 24 23:48:58 2006] Extracted 'POE-0.3502/MANIFEST'
[MSG] [Mon Jul 24 23:48:58 2006] Extracted 'POE-0.3502/MANIFEST.SKIP'
[MSG] [Mon Jul 24 23:48:58 2006] Extracted 'POE-0.3502/META.yml'
[MSG] [Mon Jul 24 23:48:58 2006] Extracted 'POE-0.3502/mylib/'
[MSG] [Mon Jul 24 23:48:59 2006] Extracted 'POE-0.3502/mylib/coverage.perl'
[MSG] [Mon Jul 24 23:48:59 2006] Extracted 'POE-0.3502/mylib/cpan-test.perl'
[MSG] [Mon Jul 24 23:48:59 2006] Extracted 'POE-0.3502/mylib/Devel/'
[MSG] [Mon Jul 24 23:48:59 2006] Extracted 'POE-0.3502/mylib/Devel/Null.pm'
[MSG] [Mon Jul 24 23:48:59 2006] Extracted 
'POE-0.3502/mylib/events_per_second.pl'
[MSG] [Mon Jul 24 23:49:00 2006] Extracted 'POE-0.3502/mylib/gen-meta.perl'
[MSG] [Mon Jul 24 23:49:00 2006] Extracted 'POE-0.3502/mylib/gen-tests.perl'
[MSG] [Mon Jul 24 23:49:00 2006] Extracted 'POE-0.3502/mylib/Makefile-5004.pm'
[MSG] [Mon Jul 24 23:49:00 2006] Extracted 'POE-0.3502/mylib/Makefile-5005.pm'
[MSG] [Mon Jul 24 23:49:00 2006] Extracted 'POE-0.3502/mylib/MyOtherFreezer.pm'
[MSG] [Mon Jul 24 23:49:00 2006] Extracted 'POE-0.3502/mylib/PoeBuildInfo.pm'
[MSG] [Mon Jul 24 23:49:01 2006] Extracted 'POE-0.3502/mylib/preprocessor.perl'
[MSG] [Mon Jul 24 23:49:01 2006] Extracted 'POE-0.3502/mylib/svn-log.perl'
[MSG] [Mon Jul 24 23:49:01 2006] Extracted 'POE-0.3502/README'
[MSG] [Mon Jul 24 23:49:01 2006] Extracted 'POE-0.3502/samples/'
[MSG] [Mon Jul 24 23:49:01 2006] Extracted 'POE-0.3502/samples/create.perl'
[MSG] [Mon Jul 24 23:49:01 2006] Extracted 'POE-0.3502/samples/fakelogin.perl'
[MSG] [Mon Jul 24 23:49:02 2006] Extracted 'POE-0.3502/samples/forkbomb.perl'
[MSG] [Mon Jul 24 23:49:02 2006] Extracted 'POE-0.3502/samples/names.perl'
[MSG] [Mon Jul 24 23:49:02 2006] Extracted 'POE-0.3502/samples/objmaps.perl'
[MSG] [Mon Jul 24 23:49:02 2006] Extracted 'POE-0.3502/samples/objsessions.perl'
[MSG] [Mon Jul 24 23:49:02 2006] Extracted 
'POE-0.3502/samples/packagesessions.perl'
[MSG] [Mon Jul 24 23:49:03 2006] Extracted 'POE-0.3502/samples/queue.perl'
[MSG] [Mon Jul 24 23:49:03 2006] Extracted 'POE-0.3502/samples/README.samples'
[MSG] [Mon Jul 24 23:49:03 2006] Extracted 'POE-0.3502/samples/selects.perl'
[MSG] [Mon Jul 24 23:49:03 2006] Extracted 'POE-0.3502/samples/sessions.perl'
[MSG] [Mon Jul 24 23:49:03 2006] Extracted 'POE-0.3502/samples/signals.perl'
[MSG] [Mon Jul 24 23:49:03 2006] Extracted 
'POE-0.3502/samples/tcp_watermarks.perl'
[MSG] [Mon Jul 24 23:49:04 2006] Extracted 'POE-0.3502/samples/thrash.perl'
[MSG] [Mon Jul 24 23:49:04 2006] Extracted 'POE-0.3502/samples/watermarks.perl'
[MSG] [Mon Jul 24 23:49:04 2006] Extracted 'POE-0.3502/samples/wheels2.perl'
[MSG] [Mon Jul 24 23:49:04 2006] Extracted 'POE-0.3502/test.pl'
[MSG] [Mon Jul 24 23:49:04 2006] Extracted 'POE-0.3502/tests/'
[MSG] [Mon Jul 24 23:49:04 2006] Extracted 'POE-0.3502/tests/10_units/'
[MSG] [Mon Jul 24 23:49:05 2006] Extracted 'POE-0.3502/tests/10_units/02_pipes/'
[MSG] [Mon Jul 24 23:49:05 2006] Extracted 
'POE-0.3502/tests/10_units/02_pipes/01_base.t'
[MSG] [Mon Jul 24 23:49:05 2006] Extracted 
'POE-0.3502/tests/10_units/02_pipes/02_oneway.t'
[MSG] [Mon Jul 24 23:49:05 2006] Extracted 
'POE-0.3502/tests/10_units/02_pipes/03_twoway.t'
[MSG] [Mon Jul 24 23:49:05 2006] Extracted 'POE-0.3502/tests/10_units/03_base/'
[MSG] [Mon Jul 24 23:49:06 2006] Extracted 
'POE-0.3502/tests/10_units/03_base/01_poe.t'
[MSG] [Mon Jul 24 23:49:06 2006] Extracted 
'POE-0.3502/tests/10_units/03_base/02_api_ctl.t'
[MSG] [Mon Jul 24 23:49:06 2006] Extracted 
'POE-0.3502/tests/10_units/03_base/02_api_resloader.t'
[MSG] [Mon Jul 24 23:49:06 2006] Extracted 
'POE-0.3502/tests/10_units/03_base/03_component.t'
[MSG] [Mon Jul 24 23:49:06 2006] Extracted 
'POE-0.3502/tests/10_units/03_base/04_driver.t'
[MSG] [Mon Jul 24 23:49:06 2006] Extracted 
'POE-0.3502/tests/10_units/03_base/05_filter.t'
[MSG] [Mon Jul 24 23:49:07 2006] Extracted 
'POE-0.3502/tests/10_units/03_base/06_loop.t'
[MSG] [Mon Jul 24 23:49:07 2006] Extracted 
'POE-0.3502/tests/10_units/03_base/07_queue.t'
[MSG] [Mon Jul 24 23:49:07 2006] Extracted 
'POE-0.3502/tests/10_units/03_base/08_resource.t'
[MSG] [Mon Jul 24 23:49:07 2006] Extracted 
'POE-0.3502/tests/10_units/03_base/09_resources.t'
[MSG] [Mon Jul 24 23:49:07 2006] Extracted 
'POE-0.3502/tests/10_units/03_base/10_wheel.t'
[MSG] [Mon Jul 24 23:49:07 2006] Extracted 
'POE-0.3502/tests/10_units/03_base/11_assert_usage.t'
[MSG] [Mon Jul 24 23:49:08 2006] Extracted 
'POE-0.3502/tests/10_units/03_base/12_assert_retval.t'
[MSG] [Mon Jul 24 23:49:08 2006] Extracted 
'POE-0.3502/tests/10_units/03_base/13_assert_data.t'
[MSG] [Mon Jul 24 23:49:08 2006] Extracted 
'POE-0.3502/tests/10_units/03_base/14_kernel.t'
[MSG] [Mon Jul 24 23:49:08 2006] Extracted 
'POE-0.3502/tests/10_units/04_drivers/'
[MSG] [Mon Jul 24 23:49:08 2006] Extracted 
'POE-0.3502/tests/10_units/04_drivers/01_sysrw.t'
[MSG] [Mon Jul 24 23:49:09 2006] Extracted 
'POE-0.3502/tests/10_units/05_filters/'
[MSG] [Mon Jul 24 23:49:09 2006] Extracted 
'POE-0.3502/tests/10_units/05_filters/01_block.t'
[MSG] [Mon Jul 24 23:49:09 2006] Extracted 
'POE-0.3502/tests/10_units/05_filters/02_grep.t'
[MSG] [Mon Jul 24 23:49:09 2006] Extracted 
'POE-0.3502/tests/10_units/05_filters/03_http.t'
[MSG] [Mon Jul 24 23:49:09 2006] Extracted 
'POE-0.3502/tests/10_units/05_filters/04_line.t'
[MSG] [Mon Jul 24 23:49:09 2006] Extracted 
'POE-0.3502/tests/10_units/05_filters/05_map.t'
[MSG] [Mon Jul 24 23:49:10 2006] Extracted 
'POE-0.3502/tests/10_units/05_filters/06_recordblock.t'
[MSG] [Mon Jul 24 23:49:10 2006] Extracted 
'POE-0.3502/tests/10_units/05_filters/07_reference.t'
[MSG] [Mon Jul 24 23:49:10 2006] Extracted 
'POE-0.3502/tests/10_units/05_filters/08_stream.t'
[MSG] [Mon Jul 24 23:49:10 2006] Extracted 
'POE-0.3502/tests/10_units/05_filters/50_stackable.t'
[MSG] [Mon Jul 24 23:49:10 2006] Extracted 
'POE-0.3502/tests/10_units/05_filters/99_filterchange.t'
[MSG] [Mon Jul 24 23:49:10 2006] Extracted 
'POE-0.3502/tests/10_units/06_queues/'
[MSG] [Mon Jul 24 23:49:11 2006] Extracted 
'POE-0.3502/tests/10_units/06_queues/01_array.t'
[MSG] [Mon Jul 24 23:49:11 2006] Extracted 
'POE-0.3502/tests/10_units/07_exceptions/'
[MSG] [Mon Jul 24 23:49:11 2006] Extracted 
'POE-0.3502/tests/10_units/07_exceptions/01_normal.t'
[MSG] [Mon Jul 24 23:49:11 2006] Extracted 
'POE-0.3502/tests/10_units/07_exceptions/02_turn_off.t'
[MSG] [Mon Jul 24 23:49:11 2006] Extracted 
'POE-0.3502/tests/10_units/07_exceptions/03_not_handled.t'
[MSG] [Mon Jul 24 23:49:12 2006] Extracted 'POE-0.3502/tests/20_resources/'
[MSG] [Mon Jul 24 23:49:12 2006] Extracted 
'POE-0.3502/tests/20_resources/00_base/'
[MSG] [Mon Jul 24 23:49:12 2006] Extracted 
'POE-0.3502/tests/20_resources/00_base/aliases.pm'
[MSG] [Mon Jul 24 23:49:12 2006] Extracted 
'POE-0.3502/tests/20_resources/00_base/caller_state.pm'
[MSG] [Mon Jul 24 23:49:12 2006] Extracted 
'POE-0.3502/tests/20_resources/00_base/controls.pm'
[MSG] [Mon Jul 24 23:49:12 2006] Extracted 
'POE-0.3502/tests/20_resources/00_base/events.pm'
[MSG] [Mon Jul 24 23:49:13 2006] Extracted 
'POE-0.3502/tests/20_resources/00_base/extrefs.pm'
[MSG] [Mon Jul 24 23:49:13 2006] Extracted 
'POE-0.3502/tests/20_resources/00_base/filehandles.pm'
[MSG] [Mon Jul 24 23:49:13 2006] Extracted 
'POE-0.3502/tests/20_resources/00_base/sessions.pm'
[MSG] [Mon Jul 24 23:49:13 2006] Extracted 
'POE-0.3502/tests/20_resources/00_base/sids.pm'
[MSG] [Mon Jul 24 23:49:13 2006] Extracted 
'POE-0.3502/tests/20_resources/00_base/signals.pm'
[MSG] [Mon Jul 24 23:49:13 2006] Extracted 
'POE-0.3502/tests/20_resources/00_base/statistics.pm'
[MSG] [Mon Jul 24 23:49:14 2006] Extracted 'POE-0.3502/tests/30_loops/'
[MSG] [Mon Jul 24 23:49:14 2006] Extracted 'POE-0.3502/tests/30_loops/00_base/'
[MSG] [Mon Jul 24 23:49:14 2006] Extracted 
'POE-0.3502/tests/30_loops/00_base/all_errors.pm'
[MSG] [Mon Jul 24 23:49:14 2006] Extracted 
'POE-0.3502/tests/30_loops/00_base/comp_tcp.pm'
[MSG] [Mon Jul 24 23:49:14 2006] Extracted 
'POE-0.3502/tests/30_loops/00_base/comp_tcp_concurrent.pm'
[MSG] [Mon Jul 24 23:49:15 2006] Extracted 
'POE-0.3502/tests/30_loops/00_base/k_alarms.pm'
[MSG] [Mon Jul 24 23:49:15 2006] Extracted 
'POE-0.3502/tests/30_loops/00_base/k_aliases.pm'
[MSG] [Mon Jul 24 23:49:15 2006] Extracted 
'POE-0.3502/tests/30_loops/00_base/k_detach.pm'
[MSG] [Mon Jul 24 23:49:15 2006] Extracted 
'POE-0.3502/tests/30_loops/00_base/k_selects.pm'
[MSG] [Mon Jul 24 23:49:15 2006] Extracted 
'POE-0.3502/tests/30_loops/00_base/k_signals.pm'
[MSG] [Mon Jul 24 23:49:15 2006] Extracted 
'POE-0.3502/tests/30_loops/00_base/sbk_signal_init.pm'
[MSG] [Mon Jul 24 23:49:16 2006] Extracted 
'POE-0.3502/tests/30_loops/00_base/ses_nfa.pm'
[MSG] [Mon Jul 24 23:49:16 2006] Extracted 
'POE-0.3502/tests/30_loops/00_base/ses_session.pm'
[MSG] [Mon Jul 24 23:49:16 2006] Extracted 
'POE-0.3502/tests/30_loops/00_base/wheel_accept.pm'
[MSG] [Mon Jul 24 23:49:16 2006] Extracted 
'POE-0.3502/tests/30_loops/00_base/wheel_run.pm'
[MSG] [Mon Jul 24 23:49:16 2006] Extracted 
'POE-0.3502/tests/30_loops/00_base/wheel_sf_ipv6.pm'
[MSG] [Mon Jul 24 23:49:16 2006] Extracted 
'POE-0.3502/tests/30_loops/00_base/wheel_sf_tcp.pm'
[MSG] [Mon Jul 24 23:49:17 2006] Extracted 
'POE-0.3502/tests/30_loops/00_base/wheel_sf_udp.pm'
[MSG] [Mon Jul 24 23:49:17 2006] Extracted 
'POE-0.3502/tests/30_loops/00_base/wheel_sf_unix.pm'
[MSG] [Mon Jul 24 23:49:17 2006] Extracted 
'POE-0.3502/tests/30_loops/00_base/wheel_tail.pm'
[MSG] [Mon Jul 24 23:49:17 2006] Extracted 'POE-0.3502/tests/90_regression/'
[MSG] [Mon Jul 24 23:49:17 2006] Extracted 
'POE-0.3502/tests/90_regression/averell-callback-ret.t'
[MSG] [Mon Jul 24 23:49:18 2006] Extracted 
'POE-0.3502/tests/90_regression/broeren-win32-nbio.t'
[MSG] [Mon Jul 24 23:49:18 2006] Extracted 
'POE-0.3502/tests/90_regression/cfedde-filter-httpd.t'
[MSG] [Mon Jul 24 23:49:18 2006] Extracted 
'POE-0.3502/tests/90_regression/ferrari-server-unix.t'
[MSG] [Mon Jul 24 23:49:18 2006] Extracted 
'POE-0.3502/tests/90_regression/immute-server-tcp-filter.t'
[MSG] [Mon Jul 24 23:49:18 2006] Extracted 
'POE-0.3502/tests/90_regression/merijn-sigchld-system.t'
[MSG] [Mon Jul 24 23:49:18 2006] Extracted 
'POE-0.3502/tests/90_regression/neyuki_detach.t'
[MSG] [Mon Jul 24 23:49:19 2006] Extracted 
'POE-0.3502/tests/90_regression/rt14444-arg1.t'
[MSG] [Mon Jul 24 23:49:19 2006] Extracted 
'POE-0.3502/tests/90_regression/rt1648-tied-stderr.t'
[MSG] [Mon Jul 24 23:49:19 2006] Extracted 
'POE-0.3502/tests/90_regression/steinert-passed-wheel.t'
[MSG] [Mon Jul 24 23:49:19 2006] Extracted 
'POE-0.3502/tests/90_regression/steinert-recursive-signal.t'
[MSG] [Mon Jul 24 23:49:19 2006] Extracted 
'POE-0.3502/tests/90_regression/steinert-signal-integrity.t'
[MSG] [Mon Jul 24 23:49:19 2006] Extracted 
'POE-0.3502/tests/90_regression/suzman_windows.t'
[MSG] [Mon Jul 24 23:49:20 2006] Extracted 
'POE-0.3502/tests/90_regression/ton-stop-corruption.t'
[MSG] [Mon Jul 24 23:49:20 2006] Extracted 'POE-0.3502/TODO'
[MSG] [Mon Jul 24 23:49:20 2006] Extracted 'POE' to 
'/opt/perl/testers/.cpanplus/5.8.8/build/POE-0.3502'
[MSG] [Mon Jul 24 23:49:21 2006] 
====================================================================

Assuming --default because standard input is not a terminal.

====================================================================


POE's test suite requires a functional network.
However, we can skip those tests requiring network
access if you would like.

Would you like to skip the network tests?

(Any text other than Y or y will be taken as a no) [n] n


Perl 5.008008 supports bytes.pm.  Ensuring it's in...

*** Some optional features may not be available:
***   Curses 1.08 could not be loaded.
***   Event 1 could not be loaded.
***   Gtk 0.7009 could not be loaded.
***   IO::Pty 1.02 could not be loaded.
***   Socket6 0.14 could not be loaded.
***   Tk 800.027 could not be loaded.
Checking if your kit is complete...
Looks good
Writing Makefile for POE

[MSG] [Mon Jul 24 23:49:21 2006] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[MSG] [Mon Jul 24 23:49:23 2006] cp lib/POE/Resource/SIDs.pm 
blib/lib/POE/Resource/SIDs.pm
cp lib/POE/Pipe.pm blib/lib/POE/Pipe.pm
cp lib/POE/Filter/RecordBlock.pm blib/lib/POE/Filter/RecordBlock.pm
cp lib/POE/API/ResLoader.pm blib/lib/POE/API/ResLoader.pm
cp lib/POE/Filter/Map.pm blib/lib/POE/Filter/Map.pm
cp lib/POE/Filter/HTTPD.pm blib/lib/POE/Filter/HTTPD.pm
cp lib/POE/Loop/Gtk.pm blib/lib/POE/Loop/Gtk.pm
cp lib/POE/Driver.pm blib/lib/POE/Driver.pm
cp lib/POE/Resource/Events.pm blib/lib/POE/Resource/Events.pm
cp lib/POE/Filter.pm blib/lib/POE/Filter.pm
cp lib/POE/Loop/Tk.pm blib/lib/POE/Loop/Tk.pm
cp lib/POE/Wheel/ListenAccept.pm blib/lib/POE/Wheel/ListenAccept.pm
cp lib/POE/Queue/Array.pm blib/lib/POE/Queue/Array.pm
cp lib/POE/Loop/PerlSignals.pm blib/lib/POE/Loop/PerlSignals.pm
cp lib/POE/Wheel/ReadWrite.pm blib/lib/POE/Wheel/ReadWrite.pm
cp lib/POE/Resource/Statistics.pm blib/lib/POE/Resource/Statistics.pm
cp lib/POE/Wheel/Curses.pm blib/lib/POE/Wheel/Curses.pm
cp lib/POE.pm blib/lib/POE.pm
cp lib/POE/Loop/Event.pm blib/lib/POE/Loop/Event.pm
cp lib/POE/API/Ctl.pm blib/lib/POE/API/Ctl.pm
cp lib/POE/Loop/TkCommon.pm blib/lib/POE/Loop/TkCommon.pm
cp lib/POE/Resource/FileHandles.pm blib/lib/POE/Resource/FileHandles.pm
cp lib/POE/Driver/SysRW.pm blib/lib/POE/Driver/SysRW.pm
cp lib/POE/Pipe/TwoWay.pm blib/lib/POE/Pipe/TwoWay.pm
cp lib/POE/Filter/Stream.pm blib/lib/POE/Filter/Stream.pm
cp lib/POE/Pipe/OneWay.pm blib/lib/POE/Pipe/OneWay.pm
cp lib/POE/Filter/Grep.pm blib/lib/POE/Filter/Grep.pm
cp lib/POE/Filter/Reference.pm blib/lib/POE/Filter/Reference.pm
cp lib/POE/Filter/Block.pm blib/lib/POE/Filter/Block.pm
cp lib/POE/Wheel/SocketFactory.pm blib/lib/POE/Wheel/SocketFactory.pm
cp lib/POE/Filter/Stackable.pm blib/lib/POE/Filter/Stackable.pm
cp lib/POE/Component/Server/TCP.pm blib/lib/POE/Component/Server/TCP.pm
cp lib/POE/Loop/TkActiveState.pm blib/lib/POE/Loop/TkActiveState.pm
cp lib/POE/Filter/Line.pm blib/lib/POE/Filter/Line.pm
cp lib/POE/Loop/Select.pm blib/lib/POE/Loop/Select.pm
cp lib/POE/NFA.pm blib/lib/POE/NFA.pm
cp lib/POE/Component.pm blib/lib/POE/Component.pm
cp lib/POE/Resource/Controls.pm blib/lib/POE/Resource/Controls.pm
cp lib/POE/Component/Client/TCP.pm blib/lib/POE/Component/Client/TCP.pm
cp lib/POE/Session.pm blib/lib/POE/Session.pm
cp lib/POE/Kernel.pm blib/lib/POE/Kernel.pm
cp lib/POE/Resources.pm blib/lib/POE/Resources.pm
cp lib/POE/Resource/Aliases.pm blib/lib/POE/Resource/Aliases.pm
cp lib/POE/Resource/Extrefs.pm blib/lib/POE/Resource/Extrefs.pm
cp lib/POE/Loop.pm blib/lib/POE/Loop.pm
cp lib/POE/Resource/Sessions.pm blib/lib/POE/Resource/Sessions.pm
cp lib/POE/Wheel/FollowTail.pm blib/lib/POE/Wheel/FollowTail.pm
cp lib/POE/Loop/IO_Poll.pm blib/lib/POE/Loop/IO_Poll.pm
cp lib/POE/Wheel/Run.pm blib/lib/POE/Wheel/Run.pm
cp lib/POE/Resource.pm blib/lib/POE/Resource.pm
cp lib/POE/Queue.pm blib/lib/POE/Queue.pm
cp lib/POE/Wheel/ReadLine.pm blib/lib/POE/Wheel/ReadLine.pm
cp lib/POE/Wheel.pm blib/lib/POE/Wheel.pm
cp lib/POE/Resource/Signals.pm blib/lib/POE/Resource/Signals.pm
Manifying blib/man3/POE::Resource::SIDs.3
Manifying blib/man3/POE::Filter::RecordBlock.3
Manifying blib/man3/POE::Pipe.3
Manifying blib/man3/POE::Filter::Map.3
Manifying blib/man3/POE::API::ResLoader.3
Manifying blib/man3/POE::Filter::HTTPD.3
Manifying blib/man3/POE::Loop::Gtk.3
Manifying blib/man3/POE::Driver.3
Manifying blib/man3/POE::Resource::Events.3
Manifying blib/man3/POE::Loop::Tk.3
Manifying blib/man3/POE::Filter.3
Manifying blib/man3/POE::Wheel::ListenAccept.3
Manifying blib/man3/POE::Queue::Array.3
Manifying blib/man3/POE::Loop::PerlSignals.3
Manifying blib/man3/POE::Wheel::ReadWrite.3
Manifying blib/man3/POE::Resource::Statistics.3
Manifying blib/man3/POE::Wheel::Curses.3
Manifying blib/man3/POE::Loop::Event.3
Manifying blib/man3/POE.3
Manifying blib/man3/POE::Resource::FileHandles.3
Manifying blib/man3/POE::Loop::TkCommon.3
Manifying blib/man3/POE::API::Ctl.3
Manifying blib/man3/POE::Driver::SysRW.3
Manifying blib/man3/POE::Pipe::TwoWay.3
Manifying blib/man3/POE::Filter::Stream.3
Manifying blib/man3/POE::Pipe::OneWay.3
Manifying blib/man3/POE::Filter::Grep.3
Manifying blib/man3/POE::Filter::Reference.3
Manifying blib/man3/POE::Filter::Block.3
Manifying blib/man3/POE::Wheel::SocketFactory.3
Manifying blib/man3/POE::Filter::Stackable.3
Manifying blib/man3/POE::Loop::TkActiveState.3
Manifying blib/man3/POE::Component::Server::TCP.3
Manifying blib/man3/POE::Filter::Line.3
Manifying blib/man3/POE::Loop::Select.3
Manifying blib/man3/POE::Component.3
Manifying blib/man3/POE::NFA.3
Manifying blib/man3/POE::Resource::Controls.3
Manifying blib/man3/POE::Session.3
Manifying blib/man3/POE::Component::Client::TCP.3
Manifying blib/man3/POE::Kernel.3
Manifying blib/man3/POE::Resource::Aliases.3
Manifying blib/man3/POE::Resource::Extrefs.3
Manifying blib/man3/POE::Wheel::FollowTail.3
Manifying blib/man3/POE::Resource::Sessions.3
Manifying blib/man3/POE::Loop.3
Manifying blib/man3/POE::Loop::IO_Poll.3
Manifying blib/man3/POE::Wheel::Run.3
Manifying blib/man3/POE::Resource.3
Manifying blib/man3/POE::Wheel::ReadLine.3
Manifying blib/man3/POE::Queue.3
Manifying blib/man3/POE::Resource::Signals.3
Manifying blib/man3/POE::Wheel.3

[MSG] [Mon Jul 24 23:52:02 2006] MAKE TEST passed: 
tests/10_units/02_pipes/01_base..................skipped
        all skipped: not implemented yet
tests/10_units/02_pipes/02_oneway................ok
tests/10_units/02_pipes/03_twoway................ok
tests/10_units/03_base/01_poe....................ok
tests/10_units/03_base/02_api_ctl................ok
tests/10_units/03_base/02_api_resloader..........ok
tests/10_units/03_base/03_component..............ok
tests/10_units/03_base/04_driver.................ok
tests/10_units/03_base/05_filter.................ok
tests/10_units/03_base/06_loop...................ok
tests/10_units/03_base/07_queue..................ok
tests/10_units/03_base/08_resource...............ok
tests/10_units/03_base/09_resources..............skipped
        all skipped: not implemented yet
tests/10_units/03_base/10_wheel..................ok
tests/10_units/03_base/11_assert_usage...........ok
tests/10_units/03_base/12_assert_retval..........ok
tests/10_units/03_base/13_assert_data............ok
tests/10_units/03_base/14_kernel.................ok
tests/10_units/04_drivers/01_sysrw...............ok
tests/10_units/05_filters/01_block...............ok
tests/10_units/05_filters/02_grep................Modify Get element must be 
given a coderef at tests/10_units/05_filters/02_grep.t line 47
Modify Put element must be given a coderef at 
tests/10_units/05_filters/02_grep.t line 47
Modify Code element must be given a coderef at 
tests/10_units/05_filters/02_grep.t line 47
ok
tests/10_units/05_filters/03_http................ok
        7/64 skipped: PUT not supported yet.
tests/10_units/05_filters/04_line................ok
tests/10_units/05_filters/05_map.................Modify Get element must be 
given a coderef at tests/10_units/05_filters/05_map.t line 47
Modify Put element must be given a coderef at 
tests/10_units/05_filters/05_map.t line 47
Modify Code element must be given a coderef at 
tests/10_units/05_filters/05_map.t line 47
ok
tests/10_units/05_filters/06_recordblock.........skipped
        all skipped: not implemented yet
tests/10_units/05_filters/07_reference...........ok
tests/10_units/05_filters/08_stream..............ok
tests/10_units/05_filters/50_stackable...........ok
tests/10_units/05_filters/99_filterchange........ok
tests/10_units/06_queues/01_array................ok
tests/10_units/07_exceptions/01_normal...........ok
tests/10_units/07_exceptions/02_turn_off.........ok
tests/10_units/07_exceptions/03_not_handled......ok
tests/20_resources/10_perl/aliases...............ok
tests/20_resources/10_perl/caller_state..........ok
tests/20_resources/10_perl/controls..............ok
tests/20_resources/10_perl/events................ok
tests/20_resources/10_perl/extrefs...............ok
tests/20_resources/10_perl/filehandles...........ok
tests/20_resources/10_perl/sessions..............ok
tests/20_resources/10_perl/sids..................ok
tests/20_resources/10_perl/signals...............ok
tests/20_resources/10_perl/statistics............skipped
        all skipped: not implemented yet
tests/30_loops/10_select/all_errors..............skipped
        all skipped: no reason given
tests/30_loops/10_select/comp_tcp................ok
tests/30_loops/10_select/comp_tcp_concurrent.....# You might see a 'disconnect' 
error during this test.
# It may be ignored.
ok
tests/30_loops/10_select/k_alarms................ok
tests/30_loops/10_select/k_aliases...............ok
tests/30_loops/10_select/k_detach................ok
tests/30_loops/10_select/k_selects...............ok
tests/30_loops/10_select/k_signals...............# Waiting 2 seconds for child 
processes to settle.
ok
tests/30_loops/10_select/sbk_signal_init.........ok
tests/30_loops/10_select/ses_nfa.................ok
tests/30_loops/10_select/ses_session.............ok
tests/30_loops/10_select/wheel_accept............ok
tests/30_loops/10_select/wheel_run...............ok
        4/8 skipped: various reasons
tests/30_loops/10_select/wheel_sf_ipv6...........skipped
        all skipped: Socket6 is needed for IPv6 tests
tests/30_loops/10_select/wheel_sf_tcp............ok
tests/30_loops/10_select/wheel_sf_udp............ok
tests/30_loops/10_select/wheel_sf_unix...........ok
tests/30_loops/10_select/wheel_tail..............ok
tests/30_loops/20_poll/all_errors................skipped
        all skipped: no reason given
tests/30_loops/20_poll/comp_tcp..................ok
tests/30_loops/20_poll/comp_tcp_concurrent.......# You might see a 'disconnect' 
error during this test.
# It may be ignored.
ok
tests/30_loops/20_poll/k_alarms..................ok
tests/30_loops/20_poll/k_aliases.................ok
tests/30_loops/20_poll/k_detach..................ok
tests/30_loops/20_poll/k_selects.................ok
tests/30_loops/20_poll/k_signals.................# Waiting 2 seconds for child 
processes to settle.
ok
tests/30_loops/20_poll/sbk_signal_init...........ok
tests/30_loops/20_poll/ses_nfa...................ok
tests/30_loops/20_poll/ses_session...............ok
tests/30_loops/20_poll/wheel_accept..............ok
tests/30_loops/20_poll/wheel_run.................ok
        4/8 skipped: various reasons
tests/30_loops/20_poll/wheel_sf_ipv6.............skipped
        all skipped: Socket6 is needed for IPv6 tests
tests/30_loops/20_poll/wheel_sf_tcp..............ok
tests/30_loops/20_poll/wheel_sf_udp..............ok
tests/30_loops/20_poll/wheel_sf_unix.............ok
tests/30_loops/20_poll/wheel_tail................ok
tests/30_loops/30_event/all_errors...............skipped
        all skipped: Event could not be loaded
tests/30_loops/30_event/comp_tcp.................skipped
        all skipped: Event could not be loaded
tests/30_loops/30_event/comp_tcp_concurrent......skipped
        all skipped: Event could not be loaded
tests/30_loops/30_event/k_alarms.................skipped
        all skipped: Event could not be loaded
tests/30_loops/30_event/k_aliases................skipped
        all skipped: Event could not be loaded
tests/30_loops/30_event/k_detach.................skipped
        all skipped: Event could not be loaded
tests/30_loops/30_event/k_selects................skipped
        all skipped: Event could not be loaded
tests/30_loops/30_event/k_signals................skipped
        all skipped: Event could not be loaded
tests/30_loops/30_event/sbk_signal_init..........skipped
        all skipped: Event could not be loaded
tests/30_loops/30_event/ses_nfa..................skipped
        all skipped: Event could not be loaded
tests/30_loops/30_event/ses_session..............skipped
        all skipped: Event could not be loaded
tests/30_loops/30_event/wheel_accept.............skipped
        all skipped: Event could not be loaded
tests/30_loops/30_event/wheel_run................skipped
        all skipped: Event could not be loaded
tests/30_loops/30_event/wheel_sf_ipv6............skipped
        all skipped: Event could not be loaded
tests/30_loops/30_event/wheel_sf_tcp.............skipped
        all skipped: Event could not be loaded
tests/30_loops/30_event/wheel_sf_udp.............skipped
        all skipped: Event could not be loaded
tests/30_loops/30_event/wheel_sf_unix............skipped
        all skipped: Event could not be loaded
tests/30_loops/30_event/wheel_tail...............skipped
        all skipped: Event could not be loaded
tests/30_loops/40_gtk/all_errors.................skipped
        all skipped: Gtk needs a DISPLAY (set one today, okay?)
tests/30_loops/40_gtk/comp_tcp...................skipped
        all skipped: Gtk needs a DISPLAY (set one today, okay?)
tests/30_loops/40_gtk/comp_tcp_concurrent........skipped
        all skipped: Gtk needs a DISPLAY (set one today, okay?)
tests/30_loops/40_gtk/k_alarms...................skipped
        all skipped: Gtk needs a DISPLAY (set one today, okay?)
tests/30_loops/40_gtk/k_aliases..................skipped
        all skipped: Gtk needs a DISPLAY (set one today, okay?)
tests/30_loops/40_gtk/k_detach...................skipped
        all skipped: Gtk needs a DISPLAY (set one today, okay?)
tests/30_loops/40_gtk/k_selects..................skipped
        all skipped: Gtk needs a DISPLAY (set one today, okay?)
tests/30_loops/40_gtk/k_signals..................skipped
        all skipped: Gtk needs a DISPLAY (set one today, okay?)
tests/30_loops/40_gtk/sbk_signal_init............skipped
        all skipped: Gtk needs a DISPLAY (set one today, okay?)
tests/30_loops/40_gtk/ses_nfa....................skipped
        all skipped: Gtk needs a DISPLAY (set one today, okay?)
tests/30_loops/40_gtk/ses_session................skipped
        all skipped: Gtk needs a DISPLAY (set one today, okay?)
tests/30_loops/40_gtk/wheel_accept...............skipped
        all skipped: Gtk needs a DISPLAY (set one today, okay?)
tests/30_loops/40_gtk/wheel_run..................skipped
        all skipped: Gtk needs a DISPLAY (set one today, okay?)
tests/30_loops/40_gtk/wheel_sf_ipv6..............skipped
        all skipped: Gtk needs a DISPLAY (set one today, okay?)
tests/30_loops/40_gtk/wheel_sf_tcp...............skipped
        all skipped: Gtk needs a DISPLAY (set one today, okay?)
tests/30_loops/40_gtk/wheel_sf_udp...............skipped
        all skipped: Gtk needs a DISPLAY (set one today, okay?)
tests/30_loops/40_gtk/wheel_sf_unix..............skipped
        all skipped: Gtk needs a DISPLAY (set one today, okay?)
tests/30_loops/40_gtk/wheel_tail.................skipped
        all skipped: Gtk needs a DISPLAY (set one today, okay?)
tests/30_loops/50_tk/all_errors..................skipped
        all skipped: Tk needs a DISPLAY (set one today, okay?)
tests/30_loops/50_tk/comp_tcp....................skipped
        all skipped: Tk needs a DISPLAY (set one today, okay?)
tests/30_loops/50_tk/comp_tcp_concurrent.........skipped
        all skipped: Tk needs a DISPLAY (set one today, okay?)
tests/30_loops/50_tk/k_alarms....................skipped
        all skipped: Tk needs a DISPLAY (set one today, okay?)
tests/30_loops/50_tk/k_aliases...................skipped
        all skipped: Tk needs a DISPLAY (set one today, okay?)
tests/30_loops/50_tk/k_detach....................skipped
        all skipped: Tk needs a DISPLAY (set one today, okay?)
tests/30_loops/50_tk/k_selects...................skipped
        all skipped: Tk needs a DISPLAY (set one today, okay?)
tests/30_loops/50_tk/k_signals...................skipped
        all skipped: Tk needs a DISPLAY (set one today, okay?)
tests/30_loops/50_tk/sbk_signal_init.............skipped
        all skipped: Tk needs a DISPLAY (set one today, okay?)
tests/30_loops/50_tk/ses_nfa.....................skipped
        all skipped: Tk needs a DISPLAY (set one today, okay?)
tests/30_loops/50_tk/ses_session.................skipped
        all skipped: Tk needs a DISPLAY (set one today, okay?)
tests/30_loops/50_tk/wheel_accept................skipped
        all skipped: Tk needs a DISPLAY (set one today, okay?)
tests/30_loops/50_tk/wheel_run...................skipped
        all skipped: Tk needs a DISPLAY (set one today, okay?)
tests/30_loops/50_tk/wheel_sf_ipv6...............skipped
        all skipped: Tk needs a DISPLAY (set one today, okay?)
tests/30_loops/50_tk/wheel_sf_tcp................skipped
        all skipped: Tk needs a DISPLAY (set one today, okay?)
tests/30_loops/50_tk/wheel_sf_udp................skipped
        all skipped: Tk needs a DISPLAY (set one today, okay?)
tests/30_loops/50_tk/wheel_sf_unix...............skipped
        all skipped: Tk needs a DISPLAY (set one today, okay?)
tests/30_loops/50_tk/wheel_tail..................skipped
        all skipped: Tk needs a DISPLAY (set one today, okay?)
tests/90_regression/averell-callback-ret.........ok
tests/90_regression/broeren-win32-nbio...........skipped
        all skipped: This test examines ActiveState Perl behavior.
tests/90_regression/cfedde-filter-httpd..........ok
tests/90_regression/ferrari-server-unix..........ok
tests/90_regression/immute-server-tcp-filter.....ok
tests/90_regression/merijn-sigchld-system........# Using '/bin/true' as our 
thing to run under system()
# SIG{CHLD}: 
# $!: 
# SIG{CHLD}: 
# $!: 
# SIG{CHLD}: 
# $!: 
ok
tests/90_regression/neyuki_detach................ok
tests/90_regression/rt14444-arg1.................ok
tests/90_regression/rt1648-tied-stderr...........# Installing CHLD signal 
Handler
# Got SIGCHLD for PID 4012
# PID Matches, removing CHLD handler
ok
tests/90_regression/steinert-passed-wheel........ok
tests/90_regression/steinert-recursive-signal....ok
tests/90_regression/steinert-signal-integrity....ok
tests/90_regression/suzman_windows...............ok
tests/90_regression/ton-stop-corruption..........ok
All tests successful, 63 tests and 15 subtests skipped.
Files=147, Tests=3396, 159 wallclock secs (15.40 cusr +  1.97 csys = 17.37 CPU)

[MSG] [Mon Jul 24 23:52:03 2006] Ok, not sending test report
[MSG] [Mon Jul 24 23:52:03 2006] cp IKC/LocalKernel.pm 
blib/lib/POE/Component/IKC/LocalKernel.pm
cp IKC/Freezer.pm blib/lib/POE/Component/IKC/Freezer.pm
cp IKC.pod blib/lib/POE/Component/IKC.pod
cp IKC/Client.pm blib/lib/POE/Component/IKC/Client.pm
cp IKC/ClientLite.pm blib/lib/POE/Component/IKC/ClientLite.pm
cp IKC/Responder.pm blib/lib/POE/Component/IKC/Responder.pm
cp IKC/Proxy.pm blib/lib/POE/Component/IKC/Proxy.pm
cp IKC/Channel.pm blib/lib/POE/Component/IKC/Channel.pm
cp IKC/Server.pm blib/lib/POE/Component/IKC/Server.pm
cp IKC/Specifier.pm blib/lib/POE/Component/IKC/Specifier.pm
IKC/Responder.pm:1628: Unmatched =back
Manifying blib/man3/POE::Component::IKC::Freezer.3
Manifying blib/man3/POE::Component::IKC.3
Manifying blib/man3/POE::Component::IKC::Client.3
Manifying blib/man3/POE::Component::IKC::ClientLite.3
Manifying blib/man3/POE::Component::IKC::Responder.3
Manifying blib/man3/POE::Component::IKC::Proxy.3
Manifying blib/man3/POE::Component::IKC::Channel.3
Manifying blib/man3/POE::Component::IKC::Server.3
Manifying blib/man3/POE::Component::IKC::Specifier.3

[ERROR] [Mon Jul 24 23:52:04 2006] MAKE TEST failed: [EMAIL PROTECTED] 
t/00_perl_freezer.....ok
t/10_server_client....POE::Session->new() has been deprecated for over a year.  
Please
use create() instead.  http://www.nntp.perl.org/group/perl.poe/2613
discusses the deprecation.
 at 
/opt/perl/testers/.cpanplus/5.8.8/build/POE-Component-IKC-0.18/blib/lib/POE/Component/IKC/Responder.pm
 line 45
dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 2-25
        Failed 24/25 tests, 4.00% okay
t/20_clientlite.......POE::Session->new() has been deprecated for over a year.  
Please
use create() instead.  http://www.nntp.perl.org/group/perl.poe/2613
discusses the deprecation.
 at 
/opt/perl/testers/.cpanplus/5.8.8/build/POE-Component-IKC-0.18/blib/lib/POE/Component/IKC/Responder.pm
 line 45
dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 4-11
        Failed 8/11 tests, 27.27% okay
t/30_local............POE::Session->new() has been deprecated for over a year.  
Please
use create() instead.  http://www.nntp.perl.org/group/perl.poe/2613
discusses the deprecation.
 at 
/opt/perl/testers/.cpanplus/5.8.8/build/POE-Component-IKC-0.18/blib/lib/POE/Component/IKC/Responder.pm
 line 45
dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 2-6
        Failed 5/6 tests, 16.67% okay
Failed Test          Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/10_server_client.t    2   512    25   48  2-25
t/20_clientlite.t       2   512    11   16  4-11
t/30_local.t            2   512     6   10  2-6
Failed 3/4 test scripts. 37/50 subtests failed.
Files=4, Tests=50,  0 wallclock secs ( 0.47 cusr +  0.06 csys =  0.53 CPU)
Failed 3/4 test programs. 37/50 subtests failed.
make: *** [test_dynamic] Error 2


PREREQUISITES:

Here is a list of prerequisites you specified and versions we 
managed to load:
                                
        POE                              0.3502

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive 
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:
 

This report was machine-generated by CPAN::YACSmoke 0.03.

--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=linux, osvers=2.6.16.14, archname=x86_64-linux-thread-multi-ld
    uname='linux rinse 2.6.16.14 #1 smp mon may 8 23:44:32 cst 2006 x86_64 
gnulinux '
    config_args='-d -Dusethreads -Dcc=gcc -Duselongdouble -Doptimize=-g -O3 
-Duse64bitint -Duse64bitall -Dprefix=/opt/perl/testers -Dd_dosuid 
-Dinc_version_list=none -Acccdlflags=-fPIC -Duseshrplib=true [EMAIL PROTECTED]'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define 
usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=define uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS 
-DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-g -O3',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING 
-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
    ccversion='', gccversion='3.4.4 20050314 (prerelease) (Debian 3.4.3-13)', 
gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='long double', nvsize=16, Off_t='off_t', 
lseeksize=8
    alignbytes=16, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.3.2.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version='2.3.2'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E 
-Wl,-rpath,/opt/perl/testers/lib/5.8.8/x86_64-linux-thread-multi-ld/CORE'
    cccdlflags=' -fPIC', lddlflags='-shared -L/usr/local/lib'

Reply via email to