Cannot determine license info from lib/Games/3D.pm Checking if your kit is complete... Looks good Writing Makefile for Games::3D cp lib/Games/3D.pm blib/lib/Games/3D.pm cp lib/Games/3D/Signal.pm blib/lib/Games/3D/Signal.pm cp lib/Games/3D/Link.pm blib/lib/Games/3D/Link.pm cp lib/Games/3D/Thingy.pm blib/lib/Games/3D/Thingy.pm cp lib/Games/3D/Template.pm blib/lib/Games/3D/Template.pm cp lib/Games/3D/Sensor.pm blib/lib/Games/3D/Sensor.pm cp lib/Games/3D/World.pm blib/lib/Games/3D/World.pm Manifying blib/man3/Games::3D::Signal.3 Manifying blib/man3/Games::3D.3 Manifying blib/man3/Games::3D::Link.3 Manifying blib/man3/Games::3D::Thingy.3 Manifying blib/man3/Games::3D::Template.3 Manifying blib/man3/Games::3D::World.3 Manifying blib/man3/Games::3D::Sensor.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/link........1..52 ok 1 - use Games::3D::Link; ok 2 - Games::3D::Link->can(...) ok 3 - new worked ok 4 - id is 1 ok 5 - OR gate ok 6 - AND gate ok 7 - is active ok 8 - is deactive ok 9 - is still deactive ok 10 - is no longer active ok 11 - is active again ok 12 - is stil active ok 13 - knows it's name ok 14 - 0 s delay, 2 seconds, 0 rand ok 15 - once ok 16 - infinitely ok 17 - twice ok 18 - once ok 19 - 2 seconds ok 20 - not an one-shot link ok 21 - not an inverted link ok 22 - no fixed output ok 23 - one listener ok 24 - listener on t1 ok ok 25 - listener on link ok ok 26 - t2 is off ok 27 - t2 is now on ok 28 - t2 is now off ok 29 - t1 is on after state change ok 30 - t2 is off, since t1 relayed STATE_ON (not SIG_ON!) ok 31 - t1 is off after state change ok 32 - t1 is on after state change ok 33 - t2 is on, since t1 relayed SIG_ON! # Thingy #4 # Thingy #5 # Thingy #6 # Link #1 ok 34 - one listener ok 35 - listener on t1 ok ok 36 - listener on link ok ok 37 - one listener on link ok 38 - listener on t1 ok ok 39 - one listener ok 40 - listener on t1 ok ok 41 - one listener ok 42 - listener on t1 ok ok 43 - listener on t1 ok ok 44 - one listener on link ok 45 - listener on link ok ok 46 - inactive now ok 47 - didn't get releayed ok 48 - t3 off (signal not relayed) ok 49 - t3 is still off (link inactive) ok 50 - active again ok 51 - t3 is still off (link inactive) ok 52 - t3 is now on ok t/pod.........1..7 ok 1 - POD test for ../lib/Games/3D.pm ok 2 - POD test for ../lib/Games/3D/Link.pm ok 3 - POD test for ../lib/Games/3D/Signal.pm ok 4 - POD test for ../lib/Games/3D/Sensor.pm ok 5 - POD test for ../lib/Games/3D/Template.pm ok 6 - POD test for ../lib/Games/3D/Thingy.pm ok 7 - POD test for ../lib/Games/3D/World.pm ok t/pod_cov.....1..7 ok 1 # skip Test::Pod::Coverage 1.00 required for testing POD coverage ok 2 # skip Test::Pod::Coverage 1.00 required for testing POD coverage ok 3 # skip Test::Pod::Coverage 1.00 required for testing POD coverage ok 4 # skip Test::Pod::Coverage 1.00 required for testing POD coverage ok 5 # skip Test::Pod::Coverage 1.00 required for testing POD coverage ok 6 # skip Test::Pod::Coverage 1.00 required for testing POD coverage ok 7 # skip Test::Pod::Coverage 1.00 required for testing POD coverage ok 7/7 skipped: various reasons t/sensor......1..4 ok 1 - use Games::3D::Sensor; ok 2 - Games::3D::Sensor->can(...) ok 3 - dst has one input ok 4 - dst has two inputs ok t/signal......1..17 ok 1 - use Games::3D::Signal; ok 2 - Games::3D::Signal->can('invert') ok 3 - ON => OFF ok 4 - OFF => ON ok 5 - R => L ok 6 - L => R ok 7 - OPEN => CLOSE ok 8 - CLOSE => OPEN ok 9 - A => DE ok 10 - DE => A ok 11 - DIE => DIE ok 12 - FLIP => FLIP ok 13 - STATE_0 => STATE_0 ok 14 - KILLED => KILLED ok 15 - signal_name ok 16 - signal_from_name ok 17 - signal_from_name ok t/template....1..16 ok 1 - use Games::3D::Template; ok 2 - Games::3D::Template->can(...) ok 3 - new worked ok 4 - id is 1 ok 5 - wrong class ok 6 - as string ok 7 - 5 defaults ok 8 - added key ok 9 - 6 keys ok 10 - added key ok 11 - 7 keys ok 12 - validated ok ok 13 - not validated ok 14 - from_string worked ok 15 - clone worked ok 16 - validated ok ok t/thingy......1..21 ok 1 - use Games::3D::Thingy; ok 2 - Games::3D::Thingy->can(...) ok 3 - new worked ok 4 - id is 1 ok 5 - is active ok 6 - is deactive ok 7 - is still deactive ok 8 - is no longer active ok 9 - is active again ok 10 - is stil active ok 11 - knows it's name ok 12 - is off ok 13 - is still off (no update yet) ok 14 - target state is ON ok 15 - endtime is now (1) ok 16 - is now on ok 17 - is now off again ok 18 - is still off ok 19 - is still off ok 20 - is on again ok 21 - as_string ok t/world.......1..19 ok 1 - use Games::3D::World; ok 2 - Games::3D::World->can(...) ok 3 - empty ok 4 - new worked ok 5 - world has ID 0 ok 6 - updated ok 7 - rendered ok 8 - none so far ok 9 - world time is 0 ok 10 - nine templates ok 11 - create object ok 12 - field class is set ok 13 - field r exists and is zero ok 14 - field g exists and is zero ok 15 - field b exists and is zero ok 16 - field a exists and is zero ok 17 - create link ok 18 - field class is set ok 19 - Physical::Light inherits from Physical ok All tests successful, 7 subtests skipped. Files=8, Tests=143, 2 wallclock secs ( 0.86 cusr + 0.20 csys = 1.06 CPU) Installing /Users/cpanrun/build/5.10.0/html/site/lib/Games/3D.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Games/3D/Link.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Games/3D/Sensor.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Games/3D/Signal.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Games/3D/Template.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Games/3D/Thingy.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Games/3D/World.html Installing /Users/cpanrun/build/5.10.0/site/lib/Games/3D.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Games/3D/Link.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Games/3D/Sensor.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Games/3D/Signal.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Games/3D/Template.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Games/3D/Thingy.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Games/3D/World.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Games::3D.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Games::3D::Link.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Games::3D::Sensor.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Games::3D::Signal.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Games::3D::Template.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Games::3D::Thingy.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Games::3D::World.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod