PATH=/usr/bin:/bin Start 2011-04-26T20:39:48 ActivePerl-1400 CPAN-1.9402 Going to read '/home/fly1400/var/cpan/Metadata' Database was generated on Tue, 26 Apr 2011 22:27:59 GMT Running make for O/OT/OTTERLEY/AnyEvent-STOMP-0.6.tar.gz Checksum for /net/nas/data/cpan/authors/id/O/OT/OTTERLEY/AnyEvent-STOMP-0.6.tar.gz ok AnyEvent-STOMP-0.6/ AnyEvent-STOMP-0.6/Changes AnyEvent-STOMP-0.6/ignore.txt AnyEvent-STOMP-0.6/lib/ AnyEvent-STOMP-0.6/Makefile.PL AnyEvent-STOMP-0.6/MANIFEST AnyEvent-STOMP-0.6/META.yml AnyEvent-STOMP-0.6/README AnyEvent-STOMP-0.6/t/ AnyEvent-STOMP-0.6/t/00-load.t AnyEvent-STOMP-0.6/t/boilerplate.t AnyEvent-STOMP-0.6/t/manifest.t AnyEvent-STOMP-0.6/t/pod.t AnyEvent-STOMP-0.6/lib/AnyEvent/ AnyEvent-STOMP-0.6/lib/AnyEvent/STOMP.pm CPAN.pm: Going to build O/OT/OTTERLEY/AnyEvent-STOMP-0.6.tar.gz >>> /home/fly1400/ap1400/bin/perl-static Makefile.PL Argument "6.57_05" isn't numeric in numeric ge (>=) at Makefile.PL line 5. Warning: prerequisite Object::Event 1.21 not found. Checking if your kit is complete... Looks good Writing Makefile for AnyEvent::STOMP Writing MYMETA.yml ---- Unsatisfied dependencies detected during ---- ---- OTTERLEY/AnyEvent-STOMP-0.6.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.22.tar.gz Checksum for /net/nas/data/cpan/authors/id/E/EL/ELMEX/Object-Event-1.22.tar.gz ok Object-Event-1.22/ Object-Event-1.22/t/ Object-Event-1.22/t/06_unreg_guard.t Object-Event-1.22/t/17_methods_alias.t Object-Event-1.22/t/07_event_name.t Object-Event-1.22/t/13_methods.t Object-Event-1.22/t/05_unreg_rec.t Object-Event-1.22/t/08_priorities.t Object-Event-1.22/t/15_methods_subc.t Object-Event-1.22/t/18_method_inherit.t Object-Event-1.22/t/20_forward_legacy.t Object-Event-1.22/t/18_method_inherit_2.t Object-Event-1.22/t/14_methods2.t Object-Event-1.22/t/02_stop_event.t Object-Event-1.22/t/16_event.t Object-Event-1.22/t/00-load.t Object-Event-1.22/t/12_prio.t Object-Event-1.22/t/19_method_exept.t Object-Event-1.22/t/01_simple_events.t Object-Event-1.22/t/10_continue.t Object-Event-1.22/t/04_recursive.t Object-Event-1.22/t/03_event_within.t Object-Event-1.22/samples/ Object-Event-1.22/samples/benchmark Object-Event-1.22/samples/mass_example Object-Event-1.22/samples/simple_example Object-Event-1.22/Changes Object-Event-1.22/MANIFEST Object-Event-1.22/lib/ Object-Event-1.22/lib/Object/ Object-Event-1.22/lib/Object/Event.pm Object-Event-1.22/README Object-Event-1.22/Makefile.PL Object-Event-1.22/META.yml Object-Event-1.22/META.json CPAN.pm: Going to build E/EL/ELMEX/Object-Event-1.22.tar.gz >>> /home/fly1400/ap1400/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Object::Event Writing MYMETA.yml >>> make cp lib/Object/Event.pm blib/lib/Object/Event.pm Manifying blib/man3/Object::Event.3 ELMEX/Object-Event-1.22.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1400/ap1400/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/methds/*.t # Testing Object::Event 1.22, Perl 5.014000, /home/fly1400/ap1400/bin/perl-static 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, 1 wallclock secs ( 0.09 usr 0.04 sys + 0.59 cusr 0.08 csys = 0.80 CPU) Result: PASS ELMEX/Object-Event-1.22.tar.gz make test TEST_VERBOSE=1 -- OK Robin Redeker <elmex@ta-sa.org> A class that provides an event callback interface >>> (cd /home/fly1400/var/cpan/build/Object-Event-1.22-rqTrL9 && tar cvf - Object-Event-1.22.ppd blib) | gzip -c >/home/fly1400/var/REPO/E/EL/ELMEX/Object-Event-1.22.tar.gz Object-Event-1.22.ppd blib/ blib/lib/ blib/lib/Object/ blib/lib/Object/Event.pm blib/man3/ blib/man3/Object::Event.3 >>> mv /home/fly1400/var/cpan/build/Object-Event-1.22-rqTrL9/Object-Event-1.22.ppd /home/fly1400/var/REPO/E/EL/ELMEX Running make for O/OT/OTTERLEY/AnyEvent-STOMP-0.6.tar.gz Prepending /home/fly1400/var/cpan/build/Object-Event-1.22-rqTrL9/blib/arch /home/fly1400/var/cpan/build/Object-Event-1.22-rqTrL9/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /home/fly1400/var/cpan/build/AnyEvent-STOMP-0.6-EpcNJj Prepending /home/fly1400/var/cpan/build/Object-Event-1.22-rqTrL9/blib/arch /home/fly1400/var/cpan/build/Object-Event-1.22-rqTrL9/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build O/OT/OTTERLEY/AnyEvent-STOMP-0.6.tar.gz >>> make cp lib/AnyEvent/STOMP.pm blib/lib/AnyEvent/STOMP.pm Manifying blib/man3/AnyEvent::STOMP.3 OTTERLEY/AnyEvent-STOMP-0.6.tar.gz make -- OK Prepending /home/fly1400/var/cpan/build/Object-Event-1.22-rqTrL9/blib/arch /home/fly1400/var/cpan/build/Object-Event-1.22-rqTrL9/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1400/ap1400/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing AnyEvent::STOMP 0.6, Perl 5.014000, /home/fly1400/ap1400/bin/perl-static t/00-load.t ...... 1..1 ok 1 - use AnyEvent::STOMP; ok t/boilerplate.t .. 1..3 ok 1 - README contains no boilerplate text # TODO Need to replace the boilerplate text ok 2 - Changes contains no boilerplate text # TODO Need to replace the boilerplate text ok 3 - lib/AnyEvent/STOMP.pm contains no boilerplate text # TODO Need to replace the boilerplate text ok t/manifest.t ..... skipped: Author tests not required for installation t/pod.t .......... 1..1 ok 1 - POD test for blib/lib/AnyEvent/STOMP.pm ok All tests successful. Test Summary Report ------------------- t/boilerplate.t (Wstat: 0 Tests: 3 Failed: 0) TODO passed: 1-3 Files=4, Tests=5, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.10 cusr 0.01 csys = 0.15 CPU) Result: PASS OTTERLEY/AnyEvent-STOMP-0.6.tar.gz make test TEST_VERBOSE=1 -- OK Michael S. Fischer <michael+cpan@dynamine.net> A lightweight event-driven STOMP client >>> (cd /home/fly1400/var/cpan/build/AnyEvent-STOMP-0.6-EpcNJj && tar cvf - AnyEvent-STOMP-0.6.ppd blib) | gzip -c >/home/fly1400/var/REPO/O/OT/OTTERLEY/AnyEvent-STOMP-0.6.tar.gz AnyEvent-STOMP-0.6.ppd blib/ blib/lib/ blib/lib/AnyEvent/ blib/lib/AnyEvent/STOMP.pm blib/man3/ blib/man3/AnyEvent::STOMP.3 >>> mv /home/fly1400/var/cpan/build/AnyEvent-STOMP-0.6-EpcNJj/AnyEvent-STOMP-0.6.ppd /home/fly1400/var/REPO/O/OT/OTTERLEY Finished 2011-04-26T20:39:53