PATH=/usr/bin:/bin Start 2011-08-02T06:02:35 ActivePerl-1003 CPAN-1.9402 Going to read '/home/fly1003/var/cpan/Metadata' Database was generated on Thu, 04 Aug 2011 18:28:56 GMT 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 Will not use Archive::Tar, need 1.00 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/ /bin/tar: Object-Event-1.23/t: time stamp 2011-08-04 01:53:46 is 157870 s in the future 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 /bin/tar: Object-Event-1.23/samples: time stamp 2011-08-04 01:53:46 is 157870 s in the future /bin/tar: Object-Event-1.23/Changes: time stamp 2011-08-04 01:52:34 is 157798 s in the future Object-Event-1.23/MANIFEST /bin/tar: Object-Event-1.23/MANIFEST: time stamp 2011-08-04 01:53:46 is 157870 s in the future Object-Event-1.23/lib/ Object-Event-1.23/lib/Object/ Object-Event-1.23/lib/Object/Event.pm /bin/tar: Object-Event-1.23/lib/Object/Event.pm: time stamp 2011-08-04 01:53:00 is 157824 s in the future Object-Event-1.23/README /bin/tar: Object-Event-1.23/lib/Object: time stamp 2011-08-04 01:53:46 is 157870 s in the future /bin/tar: Object-Event-1.23/lib: time stamp 2011-08-04 01:53:46 is 157870 s in the future /bin/tar: Object-Event-1.23/README: time stamp 2011-08-04 01:53:46 is 157870 s in the future Object-Event-1.23/Makefile.PL Object-Event-1.23/META.yml /bin/tar: Object-Event-1.23/META.yml: time stamp 2011-08-04 01:53:46 is 157870 s in the future /bin/tar: Object-Event-1.23: time stamp 2011-08-04 01:53:46 is 157870 s in the future CPAN.pm: Going to build E/EL/ELMEX/Object-Event-1.23.tar.gz >>> /home/fly1003/ap1003/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Object::Event >>> make make: Warning: File `lib/Object/Event.pm' has modification time 1.6e+05 s in the future cp lib/Object/Event.pm blib/lib/Object/Event.pm Manifying blib/man3/Object::Event.3 make: warning: Clock skew detected. Your build may be incomplete. ELMEX/Object-Event-1.23.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 make: Warning: File `lib/Object/Event.pm' has modification time 1.6e+05 s in the future Skip blib/lib/Object/Event.pm (unchanged) PERL_DL_NONLAZY=1 /home/fly1003/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/methds/*.t # Testing Object::Event 1.23, Perl 5.010000, /home/fly1003/ap1003/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.03 usr 0.01 sys + 0.31 cusr 0.04 csys = 0.39 CPU) Result: PASS make: warning: Clock skew detected. Your build may be incomplete. 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 /home/fly1003/var/cpan/build/Object-Event-1.23-FdPfRW && tar cvf - Object-Event-1.23.ppd blib) | gzip -c >/home/fly1003/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 /home/fly1003/var/cpan/build/Object-Event-1.23-FdPfRW/Object-Event-1.23.ppd /home/fly1003/var/REPO/E/EL/ELMEX Finished 2011-08-02T06:02:37