Checking if your kit is complete... Looks good Writing Makefile for Launcher::Cascade cp lib/Launcher/Cascade/ListOfStrings/Context.pm blib/lib/Launcher/Cascade/ListOfStrings/Context.pm cp lib/Launcher/Cascade/Container.pm blib/lib/Launcher/Cascade/Container.pm cp lib/Launcher/Cascade/FileReader.pm blib/lib/Launcher/Cascade/FileReader.pm cp lib/Launcher/Cascade/ListOfStrings/Errors.pm blib/lib/Launcher/Cascade/ListOfStrings/Errors.pm cp lib/Launcher/Cascade/ListOfStrings.pm blib/lib/Launcher/Cascade/ListOfStrings.pm cp lib/Launcher/Cascade/Simple.pm blib/lib/Launcher/Cascade/Simple.pm cp lib/Launcher/Cascade.pm blib/lib/Launcher/Cascade.pm cp lib/Launcher/Cascade/Base.pm blib/lib/Launcher/Cascade/Base.pm cp lib/Launcher/Cascade/FileReader/Seekable.pm blib/lib/Launcher/Cascade/FileReader/Seekable.pm cp lib/Launcher/Cascade/Printable.pm blib/lib/Launcher/Cascade/Printable.pm Manifying blib/man3/Launcher::Cascade::ListOfStrings::Context.3 Manifying blib/man3/Launcher::Cascade::Container.3 Manifying blib/man3/Launcher::Cascade::ListOfStrings::Errors.3 Manifying blib/man3/Launcher::Cascade::FileReader.3 Manifying blib/man3/Launcher::Cascade::ListOfStrings.3 Manifying blib/man3/Launcher::Cascade::Simple.3 Manifying blib/man3/Launcher::Cascade.3 Manifying blib/man3/Launcher::Cascade::Base.3 Manifying blib/man3/Launcher::Cascade::Printable.3 Manifying blib/man3/Launcher::Cascade::FileReader::Seekable.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load.........1..10 ok 1 - use Launcher::Cascade; ok 2 - use Launcher::Cascade::Base; ok 3 - use Launcher::Cascade::Simple; ok 4 - use Launcher::Cascade::Container; ok 5 - use Launcher::Cascade::FileReader; ok 6 - use Launcher::Cascade::FileReader::Seekable; ok 7 - use Launcher::Cascade::Printable; ok 8 - use Launcher::Cascade::ListOfStrings; ok 9 - use Launcher::Cascade::ListOfStrings::Errors; ok 10 - use Launcher::Cascade::ListOfStrings::Context; # Testing Launcher::Cascade 0.02, Perl 5.010000, /Users/cpanrun/build/5.10.0/bin/perl ok t/01-base.........1..30 # B depends on A. Nothing run so far ok 1 - A is ready ok 2 - B is not ready ok 3 - A is not successfull ok 4 - A is not failed either # Running ok 5 - A is not successfull ok 6 - A is not failed either ok 7 - A is not ready ok 8 - B is not ready ok 9 - A is not successfull ok 10 - A is not failed either ok 11 - A is not successfull # Checking status ok 12 - A is not failed either ok 13 - A is not ready ok 14 - B is ready ok 15 - A is successfull ok 16 - A is not failed ok 17 - B is not successfull # Running ok 18 - B is not failed either ok 19 - A is not ready ok 20 - B is not ready ok 21 - A is successfull ok 22 - A is not failed ok 23 - B is not successfull # Checking status ok 24 - B is not failed either ok 25 - A is not ready ok 26 - B is not ready ok 27 - A is successfull ok 28 - A is not failed ok 29 - B is successfull ok 30 - B is not failed either ok t/02-retry........1..43 ok 1 - $value == 1 ok 2 - still no status ok 3 - $value == 2 ok 4 - Attempt 1 ok 5 - still no status ok 6 - $value == 2 ok 7 - still no status ok 8 - $value == 3 ok 9 - Attempt 2 ok 10 - still no status ok 11 - $value == 3 ok 12 - still no status ok 13 - $value == 4 ok 14 - failed ok 15 - $value == 5 ok 16 - still no status ok 17 - $value == 6 ok 18 - Attempt 1 ok 19 - still no status ok 20 - $value == 6 ok 21 - still no status ok 22 - $value == 7 ok 23 - success ok 24 - $value == 8 ok 25 - still no status ok 26 - $value == 9 ok 27 - Attempt 1 ok 28 - still no status ok 29 - $value == 9 ok 30 - still no status ok 31 - $value == 10 ok 32 - failure ok 33 - $value == 11 ok 34 - still no status ok 35 - $value == 12 ok 36 - failure ok 37 - not waiting for the first attempt ok 38 - still retries left ok 39 - waiting long enough ok 40 - still retries left ok 41 - waiting long enough ok 42 - not waiting too long either ok 43 - test is over after two retries ok t/03-name.........1..1 ok 1 ok t/04-dep..........1..4 ok 1 - Passing arrayref ok 2 - Passing list ok 3 - Passing 1-elem arrayref ok 4 - Passing 1-elem list ok t/05-cont.........1..9 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok t/07-file.........1..11 ok 1 - local file ok 2 - remote file ok 3 - remote file with user ok 4 - remote command with user ok 5 - remote command ok 6 - local command ok 7 - failed search ok 8 - successfull search ok 9 - righ amount of context ok 10 - correct first line of context ok 11 - correct last line of context ok t/08-seek.........1..3 ok 1 ok 2 ok 3 ok t/09-simpl........1..35 ok 1 - value a is 1 ok 2 - value b is 0 ok 3 - value c is 0 ok 4 - value a is 2 ok 5 - value b is 1 ok 6 - value c is 0 ok 7 - value a is 2 ok 8 - value b is 2 ok 9 - value c is 0 ok 10 - value a is 2 ok 11 - value b is 3 ok 12 - value c is 1 ok 13 - value a is 2 ok 14 - value b is 3 ok 15 - value c is 2 ok 16 - value a is 2 ok 17 - value b is 3 ok 18 - value c is 3 ok 19 - value a is 2 ok 20 - value b is 3 ok 21 - value c is 4 ok 22 - success ok 23 - value a is 1 ok 24 - value b is 0 ok 25 - value c is 4 ok 26 - value a is 2 ok 27 - value b is 1 ok 28 - value c is 4 ok 29 - value a is 2 ok 30 - value b is 2 ok 31 - value c is 4 ok 32 - value a is 2 ok 33 - value b is 3 ok 34 - value c is 5 ok 35 - failed ok t/10-excep........1..2 ok 1 ok 2 ok t/11-lofst........1..8 ok 1 - dereferencing ok 2 - dereferencing ok 3 - dereferencing ok 4 - as_string ok 5 - pushing ok 6 - pushing ok 7 - shifting ok 8 - shifting ok t/12-repor........1..3 ok 1 ok 2 ok 3 ok t/boilerplate.....1..3 ok 1 - README contains no boilerplate text ok 2 - Changes contains no boilerplate text ok 3 - lib/Launcher/Cascade.pm contains no boilerplate text ok t/pod-coverage....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.............1..10 ok 1 - blib/lib/Launcher/Cascade.pm ok 2 - blib/lib/Launcher/Cascade/Base.pm ok 3 - blib/lib/Launcher/Cascade/Container.pm ok 4 - blib/lib/Launcher/Cascade/FileReader.pm ok 5 - blib/lib/Launcher/Cascade/ListOfStrings.pm ok 6 - blib/lib/Launcher/Cascade/Printable.pm ok 7 - blib/lib/Launcher/Cascade/Simple.pm ok 8 - blib/lib/Launcher/Cascade/FileReader/Seekable.pm ok 9 - blib/lib/Launcher/Cascade/ListOfStrings/Context.pm ok 10 - blib/lib/Launcher/Cascade/ListOfStrings/Errors.pm ok All tests successful, 1 test skipped. Files=15, Tests=172, 10 wallclock secs ( 9.32 cusr + 0.55 csys = 9.87 CPU) Installing /Users/cpanrun/build/5.10.0/html/site/lib/Launcher/Cascade.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Launcher/Cascade/Base.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Launcher/Cascade/Container.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Launcher/Cascade/FileReader.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Launcher/Cascade/ListOfStrings.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Launcher/Cascade/Printable.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Launcher/Cascade/Simple.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Launcher/Cascade/FileReader/Seekable.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Launcher/Cascade/ListOfStrings/Context.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Launcher/Cascade/ListOfStrings/Errors.html Installing /Users/cpanrun/build/5.10.0/site/lib/Launcher/Cascade.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Launcher/Cascade/Base.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Launcher/Cascade/Container.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Launcher/Cascade/FileReader.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Launcher/Cascade/ListOfStrings.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Launcher/Cascade/Printable.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Launcher/Cascade/Simple.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Launcher/Cascade/FileReader/Seekable.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Launcher/Cascade/ListOfStrings/Context.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Launcher/Cascade/ListOfStrings/Errors.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Launcher::Cascade.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Launcher::Cascade::Base.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Launcher::Cascade::Container.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Launcher::Cascade::FileReader.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Launcher::Cascade::FileReader::Seekable.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Launcher::Cascade::ListOfStrings.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Launcher::Cascade::ListOfStrings::Context.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Launcher::Cascade::ListOfStrings::Errors.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Launcher::Cascade::Printable.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Launcher::Cascade::Simple.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod