PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2014-05-14T06:35:54 ActivePerl-1402 CPAN-2.00 Reading '/export/home/fly1464/var/cpan/Metadata' Database was generated on Wed, 14 May 2014 12:06:12 GMT Running make for P/PR/PREACTION/App-YAML-Filter-0.008.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/P/PR/PREACTION/App-YAML-Filter-0.008.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/P/PR/PREACTION/CHECKSUMS Checksum for /export/home/fly1464/var/cpan/sources/authors/id/P/PR/PREACTION/App-YAML-Filter-0.008.tar.gz ok App-YAML-Filter-0.008/bin App-YAML-Filter-0.008/bin/yq App-YAML-Filter-0.008/t App-YAML-Filter-0.008/t/yq.t App-YAML-Filter-0.008 App-YAML-Filter-0.008/README App-YAML-Filter-0.008/LICENSE App-YAML-Filter-0.008/CHANGES App-YAML-Filter-0.008/META.yml App-YAML-Filter-0.008/MANIFEST App-YAML-Filter-0.008/Build.PL App-YAML-Filter-0.008/Makefile.PL App-YAML-Filter-0.008/README.mkdn App-YAML-Filter-0.008/t/00_compile.t App-YAML-Filter-0.008/CONTRIBUTING.md App-YAML-Filter-0.008/t/share App-YAML-Filter-0.008/t/share/foo.yml App-YAML-Filter-0.008/lib/App/YAML App-YAML-Filter-0.008/lib/App/YAML/Filter.pm App-YAML-Filter-0.008/lib/App/YAML/Filter App-YAML-Filter-0.008/lib/App/YAML/Filter/Base.pm CPAN.pm: Building P/PR/PREACTION/App-YAML-Filter-0.008.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 App::YAML::Filter Writing MYMETA.yml and MYMETA.json >>> make cp lib/App/YAML/Filter.pm blib/lib/App/YAML/Filter.pm cp lib/App/YAML/Filter/Base.pm blib/lib/App/YAML/Filter/Base.pm cp bin/yq blib/script/yq /export/home/fly1464/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/yq Manifying blib/man1/yq.1 Manifying blib/man3/App::YAML::Filter.3 Manifying blib/man3/App::YAML::Filter::Base.3 PREACTION/App-YAML-Filter-0.008.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, 'blib/lib', 'blib/arch')" t/*.t t/00_compile.t .. 1..2 ok 1 - Compile test for blib/lib/App/YAML/Filter.pm ok 2 - Compile test for blib/lib/App/YAML/Filter/Base.pm ok t/yq.t .......... # Subtest: help options ok 1 - successfully showed the help ok 2 - requested help is on stdout ok 3 - synopsis is included ok 4 - arguments are included ok 5 - options are included 1..5 ok 1 - help options # Subtest: must provide a filter ok 1 - fatal error ok 2 - errors are on stderr ok 3 ok 4 1..4 ok 2 - must provide a filter # Subtest: filter single hash key ok 1 1..1 ok 3 - filter single hash key # Subtest: deep hash key # Subtest: one level ok 1 1..1 ok 1 - one level # Subtest: two levels ok 1 1..1 ok 2 - two levels 1..2 ok 4 - deep hash key # Subtest: array key ok 1 1..1 ok 5 - array key # Subtest: mixed array and hash keys # Subtest: hash level ok 1 1..1 ok 1 - hash level # Subtest: hash,array level ok 1 1..1 ok 2 - hash,array level # Subtest: hash,array,hash level ok 1 1..1 ok 3 - hash,array,hash level 1..3 ok 6 - mixed array and hash keys # Subtest: , emits multiple results ok 1 1..1 ok 7 - , emits multiple results # Subtest: [] with no index flattens an array ok 1 1..1 ok 8 - [] with no index flattens an array # Subtest: binary comparison operators # Subtest: eq # Subtest: FILTER eq CONSTANT ok 1 ok 2 1..2 ok 1 - FILTER eq CONSTANT # Subtest: FILTER eq FILTER ok 1 ok 2 1..2 ok 2 - FILTER eq FILTER 1..2 ok 1 - eq # Subtest: ne # Subtest: FILTER ne CONSTANT ok 1 ok 2 1..2 ok 1 - FILTER ne CONSTANT # Subtest: FILTER ne FILTER ok 1 ok 2 1..2 ok 2 - FILTER ne FILTER 1..2 ok 2 - ne 1..2 ok 9 - binary comparison operators # Subtest: conditional match single hash key and return full document ok 1 1..1 ok 10 - conditional match single hash key and return full document # Subtest: conditional with else ok 1 ok 2 1..2 ok 11 - conditional with else # Subtest: functions # Subtest: select( EXPR ) ok 1 1..1 ok 1 - select( EXPR ) # Subtest: grep( EXPR ) ok 1 1..1 ok 2 - grep( EXPR ) # Subtest: empty ok 1 - An object of class 'empty' isa 'empty' 1..1 ok 3 - empty 1..3 ok 12 - functions # Subtest: empty does not print ok 1 - stderr is empty ok 2 1..2 ok 13 - empty does not print # Subtest: single document with no --- separator ok 1 - stderr is empty ok 2 1..2 ok 14 - single document with no --- separator # Subtest: file in ARGV ok 1 - stderr is empty ok 2 1..2 ok 15 - file in ARGV # Subtest: multiple documents print properly ok 1 - stderr is empty ok 2 1..2 ok 16 - multiple documents print properly 1..16 ok All tests successful. Files=2, Tests=18, 2 wallclock secs ( 0.11 usr 0.02 sys + 1.33 cusr 0.17 csys = 1.63 CPU) Result: PASS PREACTION/App-YAML-Filter-0.008.tar.gz make test TEST_VERBOSE=1 -- OK Doug Bell <preaction@cpan.org> Filter YAML through a command-line program >>> (cd /export/home/fly1464/var/cpan/build/App-YAML-Filter-0.008-srZqZm && tar cvf - App-YAML-Filter-0.008.ppd blib) | gzip -c >/export/home/fly1464/var/REPO/P/PR/PREACTION/App-YAML-Filter-0.008.tar.gz App-YAML-Filter-0.008.ppd blib/ blib/lib/ blib/lib/App/ blib/lib/App/YAML/ blib/lib/App/YAML/Filter.pm blib/lib/App/YAML/Filter/ blib/lib/App/YAML/Filter/Base.pm blib/script/ blib/script/yq blib/man1/ blib/man1/yq.1 blib/man3/ blib/man3/App::YAML::Filter.3 blib/man3/App::YAML::Filter::Base.3 >>> mv /export/home/fly1464/var/cpan/build/App-YAML-Filter-0.008-srZqZm/App-YAML-Filter-0.008.ppd /export/home/fly1464/var/REPO/P/PR/PREACTION Finished 2014-05-14T06:36:10