PATH=/Users/fly1400/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin Start 2011-12-13T03:31:31 ActivePerl-1400 CPAN-1.9402 Going to read '/Users/fly1400/var/cpan/Metadata' Database was generated on Tue, 13 Dec 2011 10:28:25 GMT Running make for D/DM/DMUEY/Test-Mock-Cmd-0.3.tar.gz Checksum for /net/nas/data/cpan/authors/id/D/DM/DMUEY/Test-Mock-Cmd-0.3.tar.gz ok Test-Mock-Cmd-0.3/ Test-Mock-Cmd-0.3/Build.PL Test-Mock-Cmd-0.3/Changes Test-Mock-Cmd-0.3/MANIFEST Test-Mock-Cmd-0.3/META.yml Test-Mock-Cmd-0.3/Makefile.PL Test-Mock-Cmd-0.3/README Test-Mock-Cmd-0.3/lib/ Test-Mock-Cmd-0.3/t/ Test-Mock-Cmd-0.3/t/00.load.t Test-Mock-Cmd-0.3/t/01.system.t Test-Mock-Cmd-0.3/t/02.qx.t Test-Mock-Cmd-0.3/t/03.exec.t Test-Mock-Cmd-0.3/t/perlcritic.t Test-Mock-Cmd-0.3/t/pod-coverage.t Test-Mock-Cmd-0.3/t/pod.t Test-Mock-Cmd-0.3/lib/Test/ Test-Mock-Cmd-0.3/lib/Test/Mock/ Test-Mock-Cmd-0.3/lib/Test/Mock/Cmd/ Test-Mock-Cmd-0.3/lib/Test/Mock/Cmd.pm Test-Mock-Cmd-0.3/lib/Test/Mock/Cmd/TestUtils/ Test-Mock-Cmd-0.3/lib/Test/Mock/Cmd/TestUtils.pm Test-Mock-Cmd-0.3/lib/Test/Mock/Cmd/TestUtils/X.pm Test-Mock-Cmd-0.3/lib/Test/Mock/Cmd/TestUtils/Y.pm CPAN.pm: Going to build D/DM/DMUEY/Test-Mock-Cmd-0.3.tar.gz >>> /Users/fly1400/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Test::Mock::Cmd Writing MYMETA.yml and MYMETA.json >>> make cp lib/Test/Mock/Cmd.pm blib/lib/Test/Mock/Cmd.pm cp lib/Test/Mock/Cmd/TestUtils/X.pm blib/lib/Test/Mock/Cmd/TestUtils/X.pm cp lib/Test/Mock/Cmd/TestUtils/Y.pm blib/lib/Test/Mock/Cmd/TestUtils/Y.pm cp lib/Test/Mock/Cmd/TestUtils.pm blib/lib/Test/Mock/Cmd/TestUtils.pm Manifying blib/man3/Test::Mock::Cmd.3 DMUEY/Test-Mock-Cmd-0.3.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1400/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::Mock::Cmd 0.3 t/00.load.t ....... 1..11 ok 1 - use Test::Mock::Cmd; ok 2 - use Test::Mock::Cmd; foo ok 3 - croak() was called (w/ 'Test::Mock::Cmd->import() requires a hash, 1 code reference, or 3 code references as arguments') and matches '(?^:import\(\) requires a hash\, 1 code reference\, or 3 code references as arguments)' ok 4 - croak() was called (w/ 'Key is not system, exec, or qr') and matches '(?^:Key is not system\, exec\, or qr)' ok 5 - croak() was called (w/ 'Key is not system, exec, or qr') and matches '(?^:Key is not system\, exec\, or qr)' ok 6 - croak() was called (w/ 'Not a CODE reference') and matches '(?^:Not a CODE reference)' ok 7 - croak() was called (w/ 'Not a CODE reference') and matches '(?^:Not a CODE reference)' ok 8 - croak() was called (w/ 'Not a CODE reference') and matches '(?^:Not a CODE reference)' ok 9 - croak() was called (w/ 'Not a CODE reference') and matches '(?^:Not a CODE reference)' ok 10 - croak() was called (w/ 'Not a CODE reference') and matches '(?^:Not a CODE reference)' ok 11 - croak() was called (w/ 'Key is not system, exec, or qr') and matches '(?^:Key is not system\, exec\, or qr)' ok # Testing Test::Mock::Cmd 0.3 t/01.system.t ..... 1..20 ok 1 - unmocked system() in other package defined before mock, RC true (list) ok 2 - unmocked system() in other package defined before mock, list ok 3 - unmocked system() in other package defined before mock, RC true (string) ok 4 - unmocked system() in other package defined before mock, string ok 5 - unmocked system() RC true (list) ok 6 - unmocked system() list ok 7 - unmocked system() RC true (string) ok 8 - unmocked system() string ok 9 - system() mocked ok 10 - system() mocked RV ok 11 - system() in pkg loaded after mocking is mocked ok 12 - system() in an other class (loaded after mocking) mocked RV list ok 13 - system call defined before mocking not affected RC correct (list) ok 14 - orig_system() list ok 15 - system call defined before mocking not affected RC correct (string) ok 16 - orig_system() list ok 17 - orig_system() RC correct (list) ok 18 - orig_system() list ok 19 - orig_system() RC correct (string) ok 20 - orig_system() string ok # Testing Test::Mock::Cmd 0.3 t/02.qx.t ......... 1..42 ok 1 - qx scalar before mocking ok 2 - qx array before mocking ok 3 - back ticks scalar before mocking ok 4 - back ticks array before mocking ok 5 - readpipe scalar before mocking ok 6 - readpipe array before mocking ok 7 - qx class scalar before mocking ok 8 - qx class array before mocking ok 9 - back ticks class scalar before mocking ok 10 - back ticks class array before mocking ok 11 - qx class scalar before mocking ok 12 - qx class array before mocking ok 13 - /bin/echo qx scalar ok 14 - /bin/echo qx array ok 15 - qx scalar after mocking ok 16 - qx array after mocking ok 17 - /bin/echo back ticks scalar ok 18 - /bin/echo back ticks array ok 19 - back ticks scalar after mocking ok 20 - back ticks array after mocking ok 21 - /bin/echo readpipe scalar ok 22 - /bin/echo readpipe array ok 23 - readpipe scalar after mocking ok 24 - readpipe array after mocking ok 25 - /bin/echo QX ok 26 - /bin/echo QX ok 27 - qx class scalar after mocking ok 28 - qx class array after mocking ok 29 - /bin/echo BT ok 30 - /bin/echo BT ok 31 - back ticks class scalar after mocking ok 32 - back ticks class array after mocking ok 33 - /bin/echo class readpipe scalar ok 34 - /bin/echo class readpipe array ok 35 - qx class scalar after mocking ok 36 - qx class array after mocking ok 37 - qx class scalar before mocking - not affected ok 38 - qx class array before mocking- not affected ok 39 - back ticks class scalar before mocking - not affected ok 40 - back ticks class array before mocking - not affected ok 41 - qx class scalar before mocking - not affected ok 42 - qx class array before mocking - not affected ok # Testing Test::Mock::Cmd 0.3 t/03.exec.t ....... 1..12 ok 1 - unmocked exec() in other package defined before mock, list ok 2 - unmocked exec() in other package defined before mock, string ok 3 - unmocked exec() defined before mock, list ok 4 - unmocked exec() defined before mock, string ok 5 - exec() mocked ok 6 - exec() mocked RV ok 7 - exec() in pkg loaded after mocking is mocked ok 8 - exec() in an other class (loaded after mocking) mocked RV list ok 9 - exec call defined before mocking list not affected ok 10 - exec call defined before mocking string not affected ok 11 - orig_exec list ok 12 - orig_exec string ok t/perlcritic.t .... skipped: $ENV{'do_perl_critic_tests'} must be true to run these 'development only' tests t/pod-coverage.t .. 1..1 ok 1 - Pod coverage on Test::Mock::Cmd ok t/pod.t ........... 1..4 ok 1 - POD test for blib/lib/Test/Mock/Cmd.pm ok 2 - POD test for blib/lib/Test/Mock/Cmd/TestUtils.pm (no pod) ok 3 - POD test for blib/lib/Test/Mock/Cmd/TestUtils/X.pm (no pod) ok 4 - POD test for blib/lib/Test/Mock/Cmd/TestUtils/Y.pm (no pod) ok All tests successful. Files=7, Tests=90, 4 wallclock secs ( 0.05 usr 0.02 sys + 1.12 cusr 0.21 csys = 1.40 CPU) Result: PASS DMUEY/Test-Mock-Cmd-0.3.tar.gz make test TEST_VERBOSE=1 -- OK Daniel Muey <dmuey@cpan.org> Mock system(), exec(), and qx() for testing >>> (cd /Users/fly1400/var/cpan/build/Test-Mock-Cmd-0.3-oG1wXq && tar cvf - Test-Mock-Cmd-0.3.ppd blib) | gzip -c >/Users/fly1400/var/REPO/D/DM/DMUEY/Test-Mock-Cmd-0.3.tar.gz Test-Mock-Cmd-0.3.ppd blib/ blib/lib/ blib/lib/Test/ blib/lib/Test/Mock/ blib/lib/Test/Mock/Cmd/ blib/lib/Test/Mock/Cmd/TestUtils/ blib/lib/Test/Mock/Cmd/TestUtils/X.pm blib/lib/Test/Mock/Cmd/TestUtils/Y.pm blib/lib/Test/Mock/Cmd/TestUtils.pm blib/lib/Test/Mock/Cmd.pm blib/man3/ blib/man3/Test::Mock::Cmd.3 >>> mv /Users/fly1400/var/cpan/build/Test-Mock-Cmd-0.3-oG1wXq/Test-Mock-Cmd-0.3.ppd /Users/fly1400/var/REPO/D/DM/DMUEY Finished 2011-12-13T03:31:40