Start 2009-11-03T18:10:24 ActivePerl-1003 CPAN-1.9402 Going to read '/home/cpanfly/var/cpan/Metadata' Database was generated on Tue, 03 Nov 2009 23:27:04 GMT Running make for V/VV/VVU/Compress-BraceExpansion-0.1.7.tar.gz Checksum for /net/nas/data/cpan/authors/id/V/VV/VVU/Compress-BraceExpansion-0.1.7.tar.gz ok Will not use Archive::Tar, need 1.00 Compress-BraceExpansion-0.1.7 Compress-BraceExpansion-0.1.7/Changes Compress-BraceExpansion-0.1.7/dist.ini Compress-BraceExpansion-0.1.7/bin Compress-BraceExpansion-0.1.7/bin/brace-compress Compress-BraceExpansion-0.1.7/bin/brace-compress-tester.pl Compress-BraceExpansion-0.1.7/bin/trie-compress.pl Compress-BraceExpansion-0.1.7/lib/Compress Compress-BraceExpansion-0.1.7/lib/Compress/BraceExpansion.pm Compress-BraceExpansion-0.1.7/t Compress-BraceExpansion-0.1.7/t/00.load.t Compress-BraceExpansion-0.1.7/t/02.compress.t Compress-BraceExpansion-0.1.7/t/03.build_tree.t Compress-BraceExpansion-0.1.7/t/04.merge_tree.t Compress-BraceExpansion-0.1.7/t/05.check_merge_point.t Compress-BraceExpansion-0.1.7/t/06.transplant.t Compress-BraceExpansion-0.1.7/t/07.print_tree.t Compress-BraceExpansion-0.1.7/t/CompressBraceExpansionTestCases.pm Compress-BraceExpansion-0.1.7/t/critic.t Compress-BraceExpansion-0.1.7/t/kwalitee.t Compress-BraceExpansion-0.1.7/t/meta.t Compress-BraceExpansion-0.1.7/t/no_tabs.t Compress-BraceExpansion-0.1.7/META.yml Compress-BraceExpansion-0.1.7/LICENSE Compress-BraceExpansion-0.1.7/README Compress-BraceExpansion-0.1.7/t/release-pod-coverage.t Compress-BraceExpansion-0.1.7/t/release-pod-syntax.t Compress-BraceExpansion-0.1.7/Makefile.PL Compress-BraceExpansion-0.1.7/MANIFEST CPAN.pm: Going to build V/VV/VVU/Compress-BraceExpansion-0.1.7.tar.gz >>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Compress::BraceExpansion >>> make cp lib/Compress/BraceExpansion.pm blib/lib/Compress/BraceExpansion.pm cp bin/trie-compress.pl blib/script/trie-compress.pl /home/cpanfly/ap1003/bin/perl-static -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/trie-compress.pl cp bin/brace-compress-tester.pl blib/script/brace-compress-tester.pl /home/cpanfly/ap1003/bin/perl-static -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/brace-compress-tester.pl cp bin/brace-compress blib/script/brace-compress /home/cpanfly/ap1003/bin/perl-static -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/brace-compress Manifying blib/man3/Compress::BraceExpansion.3 VVU/Compress-BraceExpansion-0.1.7.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00.load.t ............... 1..1 ok 1 - use Compress::BraceExpansion; ok t/02.compress.t ........... 1..24 ok 1 - single string - abc => abc ok 2 - two identical strings - abc abc => abc ok 3 - two identical strings ending in 0 - ab0 ab0 => ab0 ok 4 - two strings that share no characters - aaa bbb => {aaa,bbb} ok 5 - two strings that begin with the same characters - ab ax => a{b,x} ok 6 - two strings that begin with the same characters - abc abx => ab{c,x} ok 7 - two strings that begin and end with the same characters - abc axc => a{b,x}c ok 8 - two strings that end with the same character - ab xb => {a,x}b ok 9 - two strings that end with multiple identical characters - abc xbc => {a,x}bc ok 10 - three strings that end with one identical characters - ab xb yb => {a,x,y}b ok 11 - three strings that end with multiple identical characters - abc xbc => {a,x}bc ok 12 - one string is a substring of another string - abc abcd => abc{d,} ok 13 - three strings that begin with the same characters - abc abx aby => ab{c,x,y} ok 14 - aabb aacc = aa{bb,cc} ok 15 - aabb aacc aad = aa{bb,cc,d} ok 16 - app-xy-02a app-xy-02b = app-xy-02{a,b} ok 17 - app-xy-02a app-zz-02b = app-{xy-02a,zz-02b} ok 18 - app-xy-02a app-xy-02b app-xy-03a app-xy-03b = app-xy-0{2,3}{a,b} ok 19 - app-xy-02a app-xy-02b app-xy-03a app-xy-03b app-xy-09 app-xy-10 = app-xy-{0{2{a,b},3{a,b},9},10} ok 20 - app-xy-02a cci-zz-app03 = {app-xy-02a,cci-zz-app03} ok 21 - xxbbcc yybbcc = {xx,yy}bbcc ok 22 - xxbbcc yybbcc zzbbcc = {xx,yy,zz}bbcc ok 23 - app-xy-02a app-zz-02a = app-{xy,zz}-02a ok 24 - htadiehtcjnr htheeehtcjnr = ht{adi,hee}ehtcjnr ok t/03.build_tree.t ......... 1..14 ok 1 - use Compress::BraceExpansion; ok 2 - single string - abc => abc ok 3 - two identical strings - abc abc => abc ok 4 - two identical strings ending in 0 - ab0 ab0 => ab0 ok 5 - two strings that share no characters - aaa bbb => {aaa,bbb} ok 6 - two strings that begin with the same characters - ab ax => a{b,x} ok 7 - two strings that begin with the same characters - abc abx => ab{c,x} ok 8 - two strings that begin and end with the same characters - abc axc => a{b,x}c ok 9 - two strings that end with the same character - ab xb => {a,x}b ok 10 - two strings that end with multiple identical characters - abc xbc => {a,x}bc ok 11 - three strings that end with one identical characters - ab xb yb => {a,x,y}b ok 12 - three strings that end with multiple identical characters - abc xbc => {a,x}bc ok 13 - one string is a substring of another string - abc abcd => abc{d,} ok 14 - three strings that begin with the same characters - abc abx aby => ab{c,x,y} ok t/04.merge_tree.t ......... 1..26 ok 1 - root check: single string - abc => abc ok 2 - pointer check: single string - abc => abc ok 3 - root check: two identical strings - abc abc => abc ok 4 - pointer check: two identical strings - abc abc => abc ok 5 - root check: two identical strings ending in 0 - ab0 ab0 => ab0 ok 6 - pointer check: two identical strings ending in 0 - ab0 ab0 => ab0 ok 7 - root check: two strings that share no characters - aaa bbb => {aaa,bbb} ok 8 - pointer check: two strings that share no characters - aaa bbb => {aaa,bbb} ok 9 - root check: two strings that begin with the same characters - ab ax => a{b,x} ok 10 - pointer check: two strings that begin with the same characters - ab ax => a{b,x} ok 11 - root check: two strings that begin with the same characters - abc abx => ab{c,x} ok 12 - pointer check: two strings that begin with the same characters - abc abx => ab{c,x} ok 13 - root check: two strings that begin and end with the same characters - abc axc => a{b,x}c ok 14 - pointer check: two strings that begin and end with the same characters - abc axc => a{b,x}c ok 15 - root check: two strings that end with the same character - ab xb => {a,x}b ok 16 - pointer check: two strings that end with the same character - ab xb => {a,x}b ok 17 - root check: two strings that end with multiple identical characters - abc xbc => {a,x}bc ok 18 - pointer check: two strings that end with multiple identical characters - abc xbc => {a,x}bc ok 19 - root check: three strings that end with one identical characters - ab xb yb => {a,x,y}b ok 20 - pointer check: three strings that end with one identical characters - ab xb yb => {a,x,y}b ok 21 - root check: three strings that end with multiple identical characters - abc xbc => {a,x}bc ok 22 - pointer check: three strings that end with multiple identical characters - abc xbc => {a,x}bc ok 23 - root check: one string is a substring of another string - abc abcd => abc{d,} ok 24 - pointer check: one string is a substring of another string - abc abcd => abc{d,} ok 25 - root check: three strings that begin with the same characters - abc abx aby => ab{c,x,y} ok 26 - pointer check: three strings that begin with the same characters - abc abx aby => ab{c,x,y} ok t/05.check_merge_point.t .. ok 1 - single string - abc => abc ok 2 - two identical strings - abc abc => abc ok 3 - two identical strings ending in 0 - ab0 ab0 => ab0 ok 4 - two strings that share no characters - aaa bbb => {aaa,bbb} ok 5 - two strings that begin with the same characters - ab ax => a{b,x} ok 6 - two strings that begin with the same characters - abc abx => ab{c,x} ok 7 - two strings that begin and end with the same characters - abc axc => a{b,x}c ok 8 - two strings that end with the same character - ab xb => {a,x}b ok 9 - two strings that end with multiple identical characters - abc xbc => {a,x}bc ok 10 - three strings that end with one identical characters - ab xb yb => {a,x,y}b ok 11 - three strings that end with multiple identical characters - abc xbc => {a,x}bc ok 12 - one string is a substring of another string - abc abcd => abc{d,} ok 13 - three strings that begin with the same characters - abc abx aby => ab{c,x,y} ok 14 - abc xyc ok 15 - abc xyc ijc ok 16 - abc xyc iyc ok 17 - abc xyc ijc lmc ok 18 - abcd xyzd ok 19 - abcd xyzd ijkd ok 20 - abcd xyzd iyzd 1..20 ok t/06.transplant.t ......... ok 1 - root check after transplanting single branch one node deep ok 2 - pointer check after transplanting single branch one node deep ok 3 - root check after transplanting single branch 2 nodes deep ok 4 - pointer check after transplanting single branch 2 nodes deep ok 5 - root check after transplanting single branch 3 nodes deep ok 6 - pointer check after transplanting single branch 3 nodes deep ok 7 - transplanting single branch past end of tree ok 8 - transplanting single branch past end of tree ok 9 - transplanting single branch past end of tree 1..9 ok t/07.print_tree.t ......... 1..13 ok 1 - single string - abc => abc ok 2 - two identical strings - abc abc => abc ok 3 - two identical strings ending in 0 - ab0 ab0 => ab0 ok 4 - two strings that share no characters - aaa bbb => {aaa,bbb} ok 5 - two strings that begin with the same characters - ab ax => a{b,x} ok 6 - two strings that begin with the same characters - abc abx => ab{c,x} ok 7 - two strings that begin and end with the same characters - abc axc => a{b,x}c ok 8 - two strings that end with the same character - ab xb => {a,x}b ok 9 - two strings that end with multiple identical characters - abc xbc => {a,x}bc ok 10 - three strings that end with one identical characters - ab xb yb => {a,x,y}b ok 11 - three strings that end with multiple identical characters - abc xbc => {a,x}bc ok 12 - one string is a substring of another string - abc abcd => abc{d,} ok 13 - three strings that begin with the same characters - abc abx aby => ab{c,x,y} ok t/critic.t ................ skipped: Author tests not required for installation t/kwalitee.t .............. skipped: Author tests not required for installation t/meta.t .................. 1..2 ok 1 - META.yml contains valid YAML ok 2 - META.yml meets the designated specification ok t/no_tabs.t ............... skipped: Author tests not required for installation t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing All tests successful. Files=13, Tests=109, 1 wallclock secs ( 0.01 usr 0.03 sys + 0.38 cusr 0.21 csys = 0.63 CPU) Result: PASS VVU/Compress-BraceExpansion-0.1.7.tar.gz make test TEST_VERBOSE=1 -- OK Alex White <VVu@geekfarm.org> create a human-readable compressed string suitable for shell brace expansion >>> (cd /home/cpanfly/var/cpan/build/Compress-BraceExpansion-0.1.7-gt9WoB && tar cvf - Compress-BraceExpansion-0.1.7.ppd blib) | gzip -c >/home/cpanfly/var/REPO/V/VV/VVU/Compress-BraceExpansion-0.1.7.tar.gz Compress-BraceExpansion-0.1.7.ppd blib/ blib/lib/ blib/lib/Compress/ blib/lib/Compress/BraceExpansion.pm blib/man3/ blib/man3/Compress::BraceExpansion.3 blib/script/ blib/script/trie-compress.pl blib/script/brace-compress blib/script/brace-compress-tester.pl >>> mv /home/cpanfly/var/cpan/build/Compress-BraceExpansion-0.1.7-gt9WoB/Compress-BraceExpansion-0.1.7.ppd /home/cpanfly/var/REPO/V/VV/VVU Finished 2009-11-03T18:10:27