Checking if your kit is complete... Looks good Writing Makefile for Lingua::Treebank::Const Writing Makefile for Lingua::Treebank cp Treebank.pm blib/lib/Lingua/Treebank.pm make[1]: Entering directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Lingua-Treebank/Const' cp Const.pm ../blib/lib/Lingua/Treebank/Const.pm Manifying ../blib/man3/Lingua::Treebank::Const.3 make[1]: Leaving directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Lingua-Treebank/Const' cp scripts/list-rewrites blib/script/list-rewrites /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/list-rewrites cp scripts/list-edges blib/script/list-edges /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/list-edges cp scripts/tree-collapse blib/script/tree-collapse /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/tree-collapse cp scripts/get-words blib/script/get-words /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/get-words cp scripts/tree-inflate blib/script/tree-inflate /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/tree-inflate cp scripts/vocabulary blib/script/vocabulary /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/vocabulary Manifying blib/man1/list-rewrites.1 Manifying blib/man1/list-edges.1 Manifying blib/man1/tree-collapse.1 Manifying blib/man1/get-words.1 Manifying blib/man1/tree-inflate.1 Manifying blib/man1/vocabulary.1 Manifying blib/man3/Lingua::Treebank.3 make[1]: Entering directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Lingua-Treebank/Const' make[1]: Leaving directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Lingua-Treebank/Const' PERL_DL_NONLAZY=1 /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/1.............1..3 ok 1 - use Lingua::Treebank; ok 2 - successfully read in! ok 3 ok t/2read.........1..1 ok 1 - use Lingua::Treebank; ok t/30fullsize....1..3 ok 1 - use Lingua::Treebank; ok 2 - successfully read in! ok 3 ok All tests successful. Files=3, Tests=7, 1 wallclock secs ( 1.23 cusr + 0.12 csys = 1.35 CPU) make[1]: Entering directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Lingua-Treebank/Const' PERL_DL_NONLAZY=1 /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, '../blib/lib', '../blib/arch')" t/*.t t/01use.............1..1 ok 1 - use Lingua::Treebank::Const; ok t/10iomethods.......1..9 ok 1 - use Lingua::Treebank::Const; ok 2 - Lingua::Treebank::Const->can(...) ok 3 - new() returned something ok 4 - and it's a Lingua::Treebank::Const isa Lingua::Treebank::Const ok 5 - passed from_penn_string ok 6 - The object isa Lingua::Treebank::Const ok 7 - passed second from_penn_string ok 8 - trees are equivalent ok 9 - tree texts match ok t/20basemethods.....1..34 ok 1 - use Lingua::Treebank::Const; ok 2 - Lingua::Treebank::Const->can(...) ok 3 - new() returned something ok 4 - root node isa Lingua::Treebank::Const ok 5 - passed from_penn_string ok 6 - top tag is "S" ok 7 - top is root ok 8 ok 9 - root node has no prev_sib ok 10 - root node has no next_sib ok 11 - "Joe" node isa Lingua::Treebank::Const ok 12 - left leaf is terminal ok 13 - leftmost tag is "NNP" ok 14 - leftmost word is "Joe" ok 15 - leftmost not a root ok 16 - leftmost's prev_leaf not defined ok 17 - leftmost has no immediate sib (l) ok 18 - leftmost has no immediate sib (r) ok 19 - right leaf of terminal is self ok 20 - left leaf of terminal is self ok 21 - "likes" node isa Lingua::Treebank::Const ok 22 - next-previous is original ok 23 - "likes" node has right word ok 24 - "likes" node has right tag ok 25 - "Joe" and "likes" do not share a parent ok 26 - root is grandparent of "likes" ok 27 - root is grandparent of "joe" ok 28 - rightmost leaf isa Lingua::Treebank::Const ok 29 - rightmost leaf is '.' ok 30 - rightmost tag is '.' ok 31 - right-leaf has no next_sib ok 32 - rl parent is the root ok 33 - rl's prev sib is the parent of likes ok 34 - next sib of "likes"->parent is rl ok t/30querymethods....1..51 ok 1 - use Lingua::Treebank::Const; ok 2 - Lingua::Treebank::Const->can(...) ok 3 - new() returned something ok 4 - root node isa Lingua::Treebank::Const ok 5 - passed from_penn_string ok 6 - leftleaf isa Lingua::Treebank::Const ok 7 - root of leftleaf is orig root ok 8 - 3 elements in lineage of "Joe" ok 9 - NNP-NP-S ok 10 ok 11 - ll is own terminal ok 12 - 4 terminal words under root ok 13 - The object isa Lingua::Treebank::Const ok 14 ok 15 - The object isa Lingua::Treebank::Const ok 16 ok 17 - The object isa Lingua::Treebank::Const ok 18 ok 19 - The object isa Lingua::Treebank::Const ok 20 ok 21 - 'Joe likes Bach .' ok 22 - ex30 isa Lingua::Treebank::Const ok 23 - able to read in 'ex30' string ok 24 - ex30 text match ok 25 - ex31 isa Lingua::Treebank::Const ok 26 - able to read in 'ex31' string ok 27 - ex31 text match ok 28 - ex32 isa Lingua::Treebank::Const ok 29 - able to read in 'ex32' string ok 30 - ex32 text match ok 31 - ex33 isa Lingua::Treebank::Const ok 32 - able to read in 'ex33' string ok 33 - ex33 text match ok 34 - ex40 isa Lingua::Treebank::Const ok 35 - able to read in 'ex40' string ok 36 - ex40 text match ok 37 - ex41 isa Lingua::Treebank::Const ok 38 - able to read in 'ex41' string ok 39 - ex41 text match ok 40 - ex42 isa Lingua::Treebank::Const ok 41 - able to read in 'ex42' string ok 42 - ex42 text match ok 43 - ex43 isa Lingua::Treebank::Const ok 44 - able to read in 'ex43' string ok 45 - ex43 text match ok 46 - ex44 isa Lingua::Treebank::Const ok 47 - able to read in 'ex44' string ok 48 - ex44 text match ok 49 - ex45 isa Lingua::Treebank::Const ok 50 - able to read in 'ex45' string ok 51 - ex45 text match ok t/40modmethods......1..5 ok 1 - use Lingua::Treebank::Const; ok 2 - Lingua::Treebank::Const->can(...) ok 3 - new() returned something ok 4 - root node isa Lingua::Treebank::Const ok 5 - passed from_penn_string ok t/50walking.........1..12 ok 1 - use Lingua::Treebank::Const; ok 2 - Detect empty root ok 3 - Select ancestors 1 ok 4 - Select ancestors 2 Hexadecimal number > 0xffffffff non-portable at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Lingua-Treebank/Const/../blib/lib/Lingua/Treebank/Const.pm line 40. Hexadecimal number > 0xffffffff non-portable at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Lingua-Treebank/Const/../blib/lib/Lingua/Treebank/Const.pm line 40. Hexadecimal number > 0xffffffff non-portable at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Lingua-Treebank/Const/../blib/lib/Lingua/Treebank/Const.pm line 40. Hexadecimal number > 0xffffffff non-portable at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Lingua-Treebank/Const/../blib/lib/Lingua/Treebank/Const.pm line 40. Hexadecimal number > 0xffffffff non-portable at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Lingua-Treebank/Const/../blib/lib/Lingua/Treebank/Const.pm line 40. ok 5 - Select children ok 6 - NP-VP sibling ok 7 - DET-VP not sibling ok 8 - NP-DET not sibling ok 9 - count ok 10 - count ok 11 - count ok 12 - count ok All tests successful. Files=6, Tests=112, 1 wallclock secs ( 0.92 cusr + 0.22 csys = 1.14 CPU) make[1]: Leaving directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Lingua-Treebank/Const' make[1]: Entering directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Lingua-Treebank/Const' make[1]: Leaving directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Lingua-Treebank/Const' Installing /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/Lingua/Treebank.pm Installing /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/Lingua/Treebank/Const.pm Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man1/list-rewrites.1 Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man1/list-edges.1 Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man1/tree-collapse.1 Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man1/get-words.1 Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man1/tree-inflate.1 Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man1/vocabulary.1 Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man3/Lingua::Treebank::Const.3 Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man3/Lingua::Treebank.3 Installing /home/cpanrun/ia64-lp64/build/5.8.2/bin/list-rewrites Installing /home/cpanrun/ia64-lp64/build/5.8.2/bin/list-edges Installing /home/cpanrun/ia64-lp64/build/5.8.2/bin/tree-collapse Installing /home/cpanrun/ia64-lp64/build/5.8.2/bin/get-words Installing /home/cpanrun/ia64-lp64/build/5.8.2/bin/tree-inflate Installing /home/cpanrun/ia64-lp64/build/5.8.2/bin/vocabulary Appending installation info to /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/perllocal.pod