PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2012-03-12T11:00:59 ActivePerl-1402 CPAN-1.9402 Going to read '/export/home/fly1432/var/cpan/Metadata' Database was generated on Mon, 12 Mar 2012 16:11:27 GMT Running make for M/MO/MONS/AnyEvent-Connection-0.06.tar.gz Checksum for /net/nas/data/cpan/authors/id/M/MO/MONS/AnyEvent-Connection-0.06.tar.gz ok AnyEvent-Connection-0.06/ AnyEvent-Connection-0.06/.gitignore AnyEvent-Connection-0.06/.portupload.yml AnyEvent-Connection-0.06/Changes AnyEvent-Connection-0.06/ex/ AnyEvent-Connection-0.06/inc/ AnyEvent-Connection-0.06/lib/ AnyEvent-Connection-0.06/LICENSE AnyEvent-Connection-0.06/Makefile.PL AnyEvent-Connection-0.06/MANIFEST AnyEvent-Connection-0.06/MANIFEST.SKIP AnyEvent-Connection-0.06/META.yml AnyEvent-Connection-0.06/MYMETA.yml AnyEvent-Connection-0.06/README AnyEvent-Connection-0.06/t/ AnyEvent-Connection-0.06/xt/ AnyEvent-Connection-0.06/xt/01-test.t AnyEvent-Connection-0.06/xt/99-dist.t AnyEvent-Connection-0.06/t/00-load.t AnyEvent-Connection-0.06/t/01-test.t AnyEvent-Connection-0.06/t/pod-coverage.t AnyEvent-Connection-0.06/t/pod.t AnyEvent-Connection-0.06/lib/AnyEvent/ AnyEvent-Connection-0.06/lib/AnyEvent/Connection/ AnyEvent-Connection-0.06/lib/AnyEvent/Connection.pm AnyEvent-Connection-0.06/lib/AnyEvent/Connection/Raw.pm AnyEvent-Connection-0.06/lib/AnyEvent/Connection/Util.pm AnyEvent-Connection-0.06/inc/Module/ AnyEvent-Connection-0.06/inc/Module/AutoInstall.pm AnyEvent-Connection-0.06/inc/Module/Install/ AnyEvent-Connection-0.06/inc/Module/Install.pm AnyEvent-Connection-0.06/inc/Module/Install/AutoInstall.pm AnyEvent-Connection-0.06/inc/Module/Install/Base.pm AnyEvent-Connection-0.06/inc/Module/Install/Can.pm AnyEvent-Connection-0.06/inc/Module/Install/Fetch.pm AnyEvent-Connection-0.06/inc/Module/Install/Include.pm AnyEvent-Connection-0.06/inc/Module/Install/Makefile.pm AnyEvent-Connection-0.06/inc/Module/Install/Metadata.pm AnyEvent-Connection-0.06/inc/Module/Install/Win32.pm AnyEvent-Connection-0.06/inc/Module/Install/WriteAll.pm AnyEvent-Connection-0.06/ex/example.pl CPAN.pm: Going to build M/MO/MONS/AnyEvent-Connection-0.06.tar.gz >>> /export/home/fly1432/bin/perl Makefile.PL *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... *** Since we're running under CPAN, I'll just let it take care of the dependency's installation later. [Core Features] - Test::More ...loaded. (0.98) - Test::NoWarnings ...loaded. (1.04) - Test::TCP ...loaded. (1.15 >= 0.14) - lib::abs ...loaded. (0.92 >= 0.90) - common::sense ...loaded. (3.4 >= 2) - AnyEvent ...loaded. (6.14 >= 5) - Object::Event ...missing. (would need 1.21) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for AnyEvent::Connection Writing MYMETA.yml and MYMETA.json Generated makefile for AnyEvent-Connection-0.06 ---- Unsatisfied dependencies detected during ---- ---- MONS/AnyEvent-Connection-0.06.tar.gz ---- Object::Event [requires] Running make test Delayed until after prerequisites Running test for module 'Object::Event' Running make for E/EL/ELMEX/Object-Event-1.23.tar.gz Checksum for /net/nas/data/cpan/authors/id/E/EL/ELMEX/Object-Event-1.23.tar.gz ok Object-Event-1.23/ Object-Event-1.23/t/ Object-Event-1.23/t/06_unreg_guard.t Object-Event-1.23/t/17_methods_alias.t Object-Event-1.23/t/07_event_name.t Object-Event-1.23/t/13_methods.t Object-Event-1.23/t/05_unreg_rec.t Object-Event-1.23/t/08_priorities.t Object-Event-1.23/t/15_methods_subc.t Object-Event-1.23/t/18_method_inherit.t Object-Event-1.23/t/20_forward_legacy.t Object-Event-1.23/t/18_method_inherit_2.t Object-Event-1.23/t/14_methods2.t Object-Event-1.23/t/02_stop_event.t Object-Event-1.23/t/16_event.t Object-Event-1.23/t/00-load.t Object-Event-1.23/t/12_prio.t Object-Event-1.23/t/19_method_exept.t Object-Event-1.23/t/01_simple_events.t Object-Event-1.23/t/10_continue.t Object-Event-1.23/t/04_recursive.t Object-Event-1.23/t/03_event_within.t Object-Event-1.23/samples/ Object-Event-1.23/samples/benchmark Object-Event-1.23/samples/mass_example Object-Event-1.23/samples/simple_example Object-Event-1.23/Changes Object-Event-1.23/MANIFEST Object-Event-1.23/lib/ Object-Event-1.23/lib/Object/ Object-Event-1.23/lib/Object/Event.pm Object-Event-1.23/README Object-Event-1.23/Makefile.PL Object-Event-1.23/META.yml CPAN.pm: Going to build E/EL/ELMEX/Object-Event-1.23.tar.gz >>> /export/home/fly1432/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Object::Event Writing MYMETA.yml and MYMETA.json >>> make cp lib/Object/Event.pm blib/lib/Object/Event.pm Manifying blib/man3/Object::Event.3 ELMEX/Object-Event-1.23.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1432/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/methds/*.t # Testing Object::Event 1.23, Perl 5.014002, /export/home/fly1432/bin/perl t/00-load.t .............. 1..1 ok 1 - use Object::Event; ok t/01_simple_events.t ..... 1..10 ok 1 - the two main event callbacks were called ok 2 - the first event callback was called first ok 3 - the second event callback was called first ok 4 - main after event callback was called ok 5 - main before event callback was called ok 6 - Hit me was called ok 7 - Hit me was unregistered correctly ok 8 - Exception callback was called ok 9 - Exception generated a warning ok 10 - No more registered events ok t/02_stop_event.t ........ 1..25 ok 1 - before has been executed ok 2 - ext_before has been executed ok 3 - event has been executed ok 4 - ext_after has not been executed ok 5 - after has not been executed ok 6 - before has been executed ok 7 - ext_before has been executed ok 8 - event has been executed ok 9 - ext_after has not been executed ok 10 - after has not been executed ok 11 - before has been executed ok 12 - ext_before has been executed ok 13 - event has been executed ok 14 - ext_after has not been executed ok 15 - after has not been executed ok 16 - before has been executed ok 17 - ext_before has been executed ok 18 - event has been executed ok 19 - ext_after has not been executed ok 20 - after has not been executed ok 21 - before has been executed ok 22 - ext_before has been executed ok 23 - event has been executed ok 24 - ext_after has not been executed ok 25 - after has not been executed ok t/03_event_within.t ...... 1..2 ok 1 - first callback was called once ok 2 - second callback was called once ok t/04_recursive.t ......... 1..1 ok 1 - first callback was called twice ok t/05_unreg_rec.t ......... 1..6 ok 1 - handles 'test' ok 2 - handles 'test2' ok 3 - doesn't handle 'test' ok 4 - doesn't handle 'test2' ok 5 - first callback was called once ok 6 - second callback was called once ok t/06_unreg_guard.t ....... 1..5 ok 1 - first test called once ok 2 - got a handler ok 3 - second test still called once ok 4 - no handler anymore ok 5 - guard removal on assignment correct ok t/07_event_name.t ........ 1..1 ok 1 - event_name method returns event name ok t/08_priorities.t ........ 1..4 ok 1 - priorities called in correct order ok 2 - custom priorities called in correct order ok 3 - priorities called in correct order after remove ok 4 - priorities called in correct order after remove ok t/10_continue.t .......... 1..2 ok 1 - event got captured okay ok 2 - event got continued okay ok t/12_prio.t .............. 1..1 ok 1 - all callbacks got correct order ok t/13_methods.t ........... 1..12 ok 1 - first object got event ok 2 - second object got no event ok 3 - first object got no event ok 4 - second object got event ok 5 - first object got method with event callback ok 6 - second object doesn't have method with event callback ok 7 - first object got method with event callback with alias method ok 8 - event returns true for methods ok 9 - priorities work ok 10 - priorities work 2 ok 11 - priorities work ok 12 - priorities of event methods ok t/14_methods2.t .......... 1..5 ok 1 - calling method simply works ok 2 - simple chaining works ok 3 - special events work ok 4 - unreg_cb works ok 5 - calling event() works too ok t/15_methods_subc.t ...... 1..5 ok 1 - bar first class works. ok 2 - bar first undecl class works. ok 3 - foo class works. ok 4 - bar class works. ok 5 - bar class works. ok t/16_event.t ............. 1..2 ok 1 - event returns true for reg_cb cb. ok 2 - event returns false for non cb. ok t/17_methods_alias.t ..... 1..2 ok 1 - event aliases work ok 2 - event aliases with prios work ok t/18_method_inherit.t .... 1..3 ok 1 - foo class ok 2 - meh class diamond ok 3 - baz class ok t/18_method_inherit_2.t .. 1..3 ok 1 - foo class ok 2 - meh class diamond ok 3 - baz class ok t/19_method_exept.t ...... 1..3 ok 1 - got exception from method ok 2 - got exception callback recursion ok 3 - got exception callback recursion via event method ok t/20_forward_legacy.t .... 1..6 ok 1 - first object ok ok 2 - second object ok ok 3 - event name ok ok 4 - event name ok ok 5 - event name ok ok 6 - event name ok ok All tests successful. Files=20, Tests=99, 4 wallclock secs ( 0.20 usr 0.10 sys + 3.60 cusr 0.48 csys = 4.38 CPU) Result: PASS ELMEX/Object-Event-1.23.tar.gz make test TEST_VERBOSE=1 -- OK Robin Redeker <elmex@ta-sa.org> A class that provides an event callback interface >>> (cd /export/home/fly1432/var/cpan/build/Object-Event-1.23-R2Wctx && tar cvf - Object-Event-1.23.ppd blib) | gzip -c >/export/home/fly1432/var/REPO/E/EL/ELMEX/Object-Event-1.23.tar.gz Object-Event-1.23.ppd blib/ blib/lib/ blib/lib/Object/ blib/lib/Object/Event.pm blib/man3/ blib/man3/Object::Event.3 >>> mv /export/home/fly1432/var/cpan/build/Object-Event-1.23-R2Wctx/Object-Event-1.23.ppd /export/home/fly1432/var/REPO/E/EL/ELMEX Running make for M/MO/MONS/AnyEvent-Connection-0.06.tar.gz Prepending /export/home/fly1432/var/cpan/build/Object-Event-1.23-R2Wctx/blib/arch /export/home/fly1432/var/cpan/build/Object-Event-1.23-R2Wctx/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /export/home/fly1432/var/cpan/build/AnyEvent-Connection-0.06-YFP_rf Prepending /export/home/fly1432/var/cpan/build/Object-Event-1.23-R2Wctx/blib/arch /export/home/fly1432/var/cpan/build/Object-Event-1.23-R2Wctx/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build M/MO/MONS/AnyEvent-Connection-0.06.tar.gz >>> make cp lib/AnyEvent/Connection/Util.pm blib/lib/AnyEvent/Connection/Util.pm cp lib/AnyEvent/Connection.pm blib/lib/AnyEvent/Connection.pm cp lib/AnyEvent/Connection/Raw.pm blib/lib/AnyEvent/Connection/Raw.pm Manifying blib/man3/AnyEvent::Connection.3 MONS/AnyEvent-Connection-0.06.tar.gz make -- OK Prepending /export/home/fly1432/var/cpan/build/Object-Event-1.23-R2Wctx/blib/arch /export/home/fly1432/var/cpan/build/Object-Event-1.23-R2Wctx/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1432/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/01-test.t t/pod-coverage.t t/pod.t # Testing AnyEvent::Connection 0.06, Perl 5.014002, /export/home/fly1432/bin/perl t/00-load.t ....... 1..2 ok 1 - use AnyEvent::Connection; ok 2 - no warnings ok # Testing AnyEvent::Connection 0.06 /export/home/fly1432/var/cpan/build/AnyEvent-Connection-0.06-YFP_rf/lib/AnyEvent/Connection.pm # 5615: sr 50675 # 5614: cl 50675 # Initiating connection reset t/01-test.t ....... 1..22 ok 1 - connected client isa AnyEvent::Connection ok 2 - connected connection isa AnyEvent::Connection::Raw ok 3 - connected host ok 4 - connected port ok 5 - disconnect by reconnect ok 6 - connected client isa AnyEvent::Connection ok 7 - connected connection isa AnyEvent::Connection::Raw ok 8 - connected host ok 9 - connected port ok 10 - requested disconnect ok 11 - connected client isa AnyEvent::Connection ok 12 - connected connection isa AnyEvent::Connection::Raw ok 13 - connected host ok 14 - connected port ok 15 - callback failed ok 16 - error is destroy ok 17 - connected client isa AnyEvent::Connection ok 18 - connected connection isa AnyEvent::Connection::Raw ok 19 - connected host ok 20 - connected port ok 21 - finish disconnect ok 22 - no warnings ok t/pod-coverage.t .. 1..1 ok 1 - No coverage yet ok t/pod.t ........... 1..3 ok 1 - POD test for blib/lib/AnyEvent/Connection.pm ok 2 - POD test for blib/lib/AnyEvent/Connection/Util.pm (no pod) ok 3 - POD test for blib/lib/AnyEvent/Connection/Raw.pm (no pod) ok All tests successful. Files=4, Tests=28, 2 wallclock secs ( 0.09 usr 0.02 sys + 1.25 cusr 0.15 csys = 1.51 CPU) Result: PASS MONS/AnyEvent-Connection-0.06.tar.gz make test TEST_VERBOSE=1 -- OK Mons Anderson <mons@cpan.org> Base class for tcp connectful clients >>> (cd /export/home/fly1432/var/cpan/build/AnyEvent-Connection-0.06-YFP_rf && tar cvf - AnyEvent-Connection-0.06.ppd blib) | gzip -c >/export/home/fly1432/var/REPO/M/MO/MONS/AnyEvent-Connection-0.06.tar.gz AnyEvent-Connection-0.06.ppd blib/ blib/lib/ blib/lib/AnyEvent/ blib/lib/AnyEvent/Connection/ blib/lib/AnyEvent/Connection/Util.pm blib/lib/AnyEvent/Connection/Raw.pm blib/lib/AnyEvent/Connection.pm blib/man3/ blib/man3/AnyEvent::Connection.3 >>> mv /export/home/fly1432/var/cpan/build/AnyEvent-Connection-0.06-YFP_rf/AnyEvent-Connection-0.06.ppd /export/home/fly1432/var/REPO/M/MO/MONS Finished 2012-03-12T11:01:25