PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2014-11-21T14:02:14 ActivePerl-1402 CPAN-2.00 Reading '/export/home/fly1464/var/cpan/Metadata' Database was generated on Fri, 21 Nov 2014 21:17:02 GMT Running make for T/TS/TSIBLEY/Carp-REPL-0.17.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/T/TS/TSIBLEY/Carp-REPL-0.17.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/T/TS/TSIBLEY/CHECKSUMS Checksum for /export/home/fly1464/var/cpan/sources/authors/id/T/TS/TSIBLEY/Carp-REPL-0.17.tar.gz ok Carp-REPL-0.17/ Carp-REPL-0.17/Changes Carp-REPL-0.17/inc/ Carp-REPL-0.17/lib/ Carp-REPL-0.17/Makefile.PL Carp-REPL-0.17/MANIFEST Carp-REPL-0.17/META.yml Carp-REPL-0.17/t/ Carp-REPL-0.17/t/00-load.t Carp-REPL-0.17/t/01-trivial.t Carp-REPL-0.17/t/02-lexicals.t Carp-REPL-0.17/t/03-subs.t Carp-REPL-0.17/t/04-scope.t Carp-REPL-0.17/t/05-interact.t Carp-REPL-0.17/t/06-remember.t Carp-REPL-0.17/t/07-frame.t Carp-REPL-0.17/t/08-alias.t Carp-REPL-0.17/t/09-args.t Carp-REPL-0.17/t/10-nodie.t Carp-REPL-0.17/t/11-warn.t Carp-REPL-0.17/t/12-env.t Carp-REPL-0.17/t/13-list.t Carp-REPL-0.17/t/99-bug.t Carp-REPL-0.17/t/scripts/ Carp-REPL-0.17/t/scripts/01-trivial.pl Carp-REPL-0.17/t/scripts/02-lexicals.pl Carp-REPL-0.17/t/scripts/03-subs.pl Carp-REPL-0.17/t/scripts/04-scope.pl Carp-REPL-0.17/t/scripts/05-interact.pl Carp-REPL-0.17/t/scripts/07-frame.pl Carp-REPL-0.17/t/scripts/08-alias.pl Carp-REPL-0.17/t/scripts/09-args.pl Carp-REPL-0.17/t/scripts/11-warn.pl Carp-REPL-0.17/t/scripts/12-env.pl Carp-REPL-0.17/lib/Carp/ Carp-REPL-0.17/lib/Devel/ Carp-REPL-0.17/lib/Devel/REPL/ Carp-REPL-0.17/lib/Devel/REPL/Plugin/ Carp-REPL-0.17/lib/Devel/REPL/Plugin/Carp/ Carp-REPL-0.17/lib/Devel/REPL/Plugin/Carp/REPL.pm Carp-REPL-0.17/lib/Carp/REPL.pm Carp-REPL-0.17/inc/Module/ Carp-REPL-0.17/inc/Module/Install/ Carp-REPL-0.17/inc/Module/Install.pm Carp-REPL-0.17/inc/Module/Install/Base.pm Carp-REPL-0.17/inc/Module/Install/Can.pm Carp-REPL-0.17/inc/Module/Install/Fetch.pm Carp-REPL-0.17/inc/Module/Install/Makefile.pm Carp-REPL-0.17/inc/Module/Install/Metadata.pm Carp-REPL-0.17/inc/Module/Install/Win32.pm Carp-REPL-0.17/inc/Module/Install/WriteAll.pm CPAN.pm: Building T/TS/TSIBLEY/Carp-REPL-0.17.tar.gz >>> /export/home/fly1464/bin/perl Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Carp::REPL Writing MYMETA.yml and MYMETA.json >>> make cp lib/Devel/REPL/Plugin/Carp/REPL.pm blib/lib/Devel/REPL/Plugin/Carp/REPL.pm cp lib/Carp/REPL.pm blib/lib/Carp/REPL.pm Manifying 2 pod documents TSIBLEY/Carp-REPL-0.17.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/export/home/fly1464/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t # Carp::REPL 0.17 # Devel::REPL 1.003026 # Perl 5.014002, /export/home/fly1464/bin/perl t/00-load.t ...... 1..3 ok 1 - use Devel::REPL; ok 2 - use Carp::REPL; ok 3 - use Devel::REPL::Plugin::Carp::REPL; ok t/01-trivial.t ... 1..5 ok 1 - expect_run ok 2 ok 3 ok 4 ok 5 ok t/02-lexicals.t .. 1..69 ok 1 - expect_run ok 2 ok 3 - in the REPL ok 4 ok 5 - simple scalar works ok 6 ok 7 - simple scalar ref works 1/2 ok 8 ok 9 - simple scalar ref works 2/2 ok 10 ok 11 - simple array works ok 12 ok 13 - simple array ref works 1/4 ok 14 ok 15 - simple array ref works 2/4 ok 16 ok 17 - simple array ref works 3/4 ok 18 ok 19 - simple array ref works 4/4 ok 20 ok 21 - simple hash works 1/5 ok 22 - simple hash works 2/5 ok 23 - simple hash works 3/5 ok 24 - simple hash works 4/5 ok 25 - simple hash works 5/5 ok 26 ok 27 - simple hash ref works 1/6 ok 28 ok 29 - simple hash ref works 2/6 ok 30 ok 31 - simple hash works 3/6 ok 32 ok 33 - simple hash works 4/6 ok 34 ok 35 - simple hash works 5/6 ok 36 ok 37 - simple hash works 6/6 ok 38 ok 39 - simple code ref works 1/3 ok 40 ok 41 - simple code ref works 2/3 ok 42 ok 43 - simple code ref works 3/3 ok 44 ok 45 - deep references work 1/7 ok 46 ok 47 - deep references work 2/7 ok 48 ok 49 - deep references work 3/7 ok 50 ok 51 - deep references work 4/7 ok 52 ok 53 - deep references work 5/7 ok 54 ok 55 - deep references work 6/7 ok 56 ok 57 - deep references work 7/7 ok 58 ok 59 - qr works ok 60 ok 61 - objects work 1/5 ok 62 ok 63 - objects work 2/5 ok 64 ok 65 - objects work 3/5 ok 66 ok 67 - objects work 4/5 ok 68 ok 69 - objects work 5/5 ok t/03-subs.t ...... 1..31 ok 1 - expect_run ok 2 ok 3 - in the REPL ok 4 ok 5 - thunk ok 6 ok 7 - procedure of one argument ok 8 ok 9 - closure (simple counter) 1/4 ok 10 ok 11 - closure (simple counter) 2/4 ok 12 ok 13 - closure (simple counter) 3/4 ok 14 ok 15 - closure-producing procedure gives a CODEREF 1/2 ok 16 ok 17 - closure-producing procedure gives a CODEREF 2/2 ok 18 ok 19 - calling the from10 counter 1/2 ok 20 ok 21 - calling the from3 counter 1/2 ok 22 ok 23 - calling the from3 counter 2/2 ok 24 ok 25 - calling the from10 counter 2/2 ok 26 ok 27 - closure (simple counter) 4/4 ok 28 ok 29 - sub from Other::Package isn't visible in main ok 30 ok 31 - sub from Other::Package is visible if we include the package name ok t/04-scope.t ..... 1..37 ok 1 - expect_run ok 2 ok 3 - in the REPL ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 - output was exactly what we gave to the repl, meaning the output was undef ok t/05-interact.t .. 1..17 ok 1 - expect_run ok 2 ok 3 - in the REPL ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok t/06-remember.t .. 1..11 ok 1 - expect_run ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok t/07-frame.t ..... 1..55 ok 1 - expect_run ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 - in the REPL ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok t/08-alias.t ..... 1..25 ok 1 - expect_run ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok t/09-args.t ...... 1..26 ok 1 - expect_run ok 2 ok 3 - in the REPL ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok t/10-nodie.t ..... 1..1 ok 1 - Carp::REPL nodie didn't overwrite SIG{__DIE__} ok t/11-warn.t ...... 1..7 ok 1 - expect_run ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok t/12-env.t ....... 1..55 ok 1 - expect_run ok 2 ok 3 - in the REPL ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok t/13-list.t ...... 1..30 ok 1 - expect_run ok 2 ok 3 - in the REPL ok 4 ok 5 - filename is given ok 6 - line with the error has a star ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 - up a frame ok 18 ok 19 - filename is given ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok t/99-bug.t ....... 1..3 ok 1 - expect_run ok 2 ok 3 - :up as first command doesn't work ok All tests successful. Files=15, Tests=375, 50 wallclock secs ( 0.31 usr 0.15 sys + 39.25 cusr 3.20 csys = 42.91 CPU) Result: PASS TSIBLEY/Carp-REPL-0.17.tar.gz make test TEST_VERBOSE=1 -- OK Thomas Sibley <tsibley@cpan.org> read-eval-print-loop on die and/or warn >>> (cd /export/home/fly1464/var/cpan/build/Carp-REPL-0.17-KXk0Vv && tar cvf - Carp-REPL-0.17.ppd blib) | gzip -c >/export/home/fly1464/var/REPO/T/TS/TSIBLEY/Carp-REPL-0.17.tar.gz Carp-REPL-0.17.ppd blib/ blib/lib/ blib/lib/Carp/ blib/lib/Carp/REPL.pm blib/lib/Devel/ blib/lib/Devel/REPL/ blib/lib/Devel/REPL/Plugin/ blib/lib/Devel/REPL/Plugin/Carp/ blib/lib/Devel/REPL/Plugin/Carp/REPL.pm blib/man3/ blib/man3/Carp::REPL.3 blib/man3/Devel::REPL::Plugin::Carp::REPL.3 >>> mv /export/home/fly1464/var/cpan/build/Carp-REPL-0.17-KXk0Vv/Carp-REPL-0.17.ppd /export/home/fly1464/var/REPO/T/TS/TSIBLEY Finished 2014-11-21T14:03:19