Start 2009-01-16T10:17:56 Going to read /export/home/fly1064/var/cpan/Metadata Database was generated on Fri, 16 Jan 2009 10:26:54 GMT Running make for B/BD/BDFOY/HTML-SimpleLinkExtor-1.22.tar.gz Checksum for /net/nas/data/cpan/authors/id/B/BD/BDFOY/HTML-SimpleLinkExtor-1.22.tar.gz ok HTML-SimpleLinkExtor-1.22/ HTML-SimpleLinkExtor-1.22/Changes HTML-SimpleLinkExtor-1.22/examples/ HTML-SimpleLinkExtor-1.22/examples/README HTML-SimpleLinkExtor-1.22/lib/ HTML-SimpleLinkExtor-1.22/lib/SimpleLinkExtor.pm HTML-SimpleLinkExtor-1.22/LICENSE HTML-SimpleLinkExtor-1.22/Makefile.PL HTML-SimpleLinkExtor-1.22/MANIFEST HTML-SimpleLinkExtor-1.22/META.yml HTML-SimpleLinkExtor-1.22/README HTML-SimpleLinkExtor-1.22/scripts/ HTML-SimpleLinkExtor-1.22/scripts/linktractor HTML-SimpleLinkExtor-1.22/t/ HTML-SimpleLinkExtor-1.22/t/absolute_links.t HTML-SimpleLinkExtor-1.22/t/autoload.t HTML-SimpleLinkExtor-1.22/t/compile.t HTML-SimpleLinkExtor-1.22/t/example.html HTML-SimpleLinkExtor-1.22/t/example2.html HTML-SimpleLinkExtor-1.22/t/parse.t HTML-SimpleLinkExtor-1.22/t/pod.t HTML-SimpleLinkExtor-1.22/t/pod_coverage.t HTML-SimpleLinkExtor-1.22/t/relative_links.t HTML-SimpleLinkExtor-1.22/t/schemes.t HTML-SimpleLinkExtor-1.22/t/tags.t HTML-SimpleLinkExtor-1.22/t/test_manifest CPAN.pm: Going to build B/BD/BDFOY/HTML-SimpleLinkExtor-1.22.tar.gz >>> /export/home/fly1064/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for HTML::SimpleLinkExtor >>> make cp lib/SimpleLinkExtor.pm blib/lib/HTML/SimpleLinkExtor.pm AutoSplitting blib/lib/HTML/SimpleLinkExtor.pm (blib/lib/auto/HTML/SimpleLinkExtor) cp scripts/linktractor blib/script/linktractor /export/home/fly1064/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/linktractor Manifying blib/man1/linktractor.1 Manifying blib/man3/HTML::SimpleLinkExtor.3 BDFOY/HTML-SimpleLinkExtor-1.22.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 /export/home/fly1064/bin/perl "-MTest::Manifest" "-e" "run_t_manifest(1, 'blib/lib', 'blib/arch', )" Level is # Test level is Test::Manifest::test_harness found [t/compile.t t/pod.t t/pod_coverage.t t/parse.t t/tags.t t/schemes.t t/relative_links.t t/absolute_links.t t/autoload.t] t/compile........... 1..1 ok 1 - use HTML::SimpleLinkExtor; ok t/pod............... 1..2 ok 1 - blib/script/linktractor ok 2 - blib/lib/HTML/SimpleLinkExtor.pm ok t/pod_coverage...... 1..1 ok 1 - Pod coverage on HTML::SimpleLinkExtor ok t/parse............. 1..26 ok 1 - use HTML::SimpleLinkExtor; ok 2 - The object isa HTML::SimpleLinkExtor ok 3 - Example file is there not ok 4 - Found the right number of links # Failed test 'Found the right number of links' # at t/parse.t line 46. # got: '7' # expected: '25' Modification of non-creatable array value attempted, subscript -1 at t/parse.t line 51. # Looks like you planned 26 tests but ran 4. # Looks like you failed 1 test of 4 run. # Looks like your test exited with 255 just after 4. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 23/26 subtests t/tags.............. ok 1 - use HTML::SimpleLinkExtor; ok 2 - add_tags is defined ok 3 - add_attributes is defined ok 4 - remove_tags is defined ok 5 - remove_attributes is defined ok 6 - attribute_list is defined ok 7 - tag_list is defined ok 8 - Got the right number of tags ok 9 - Got the right number of attributes ok 10 - Got the right number of tags ok 11 - Got the right number of attributes ok 12 - Got the right number of tags ok 13 - Got the right number of attributes 1..13 ok t/schemes........... ok 1 - use HTML::SimpleLinkExtor; ok 2 - schemes() is defined ok 3 - Example file is there ok 4 - Made parser object ok 5 - The object isa HTML::SimpleLinkExtor ok 6 - HTML::SimpleLinkExtor->can('schemes') not ok 7 - Got the right number of HTTP links # Failed test 'Got the right number of HTTP links' # at t/schemes.t line 28. # got: '2' # expected: '7' ok 8 - Found the right number of links not ok 9 - Got the right number of HTTPS links # Failed test 'Got the right number of HTTPS links' # at t/schemes.t line 37. # got: '0' # expected: '2' ok 10 - Found the right number of links not ok 11 - Got the right number of HTTPS links # Failed test 'Got the right number of HTTPS links' # at t/schemes.t line 46. # got: '2' # expected: '9' ok 12 - Found the right number of links not ok 13 - Got the right number of FTP links # Failed test 'Got the right number of FTP links' # at t/schemes.t line 55. # got: '0' # expected: '1' ok 14 - Found the right number of links not ok 15 - Got the right number of MAILTO links # Failed test 'Got the right number of MAILTO links' # at t/schemes.t line 64. # got: '0' # expected: '1' ok 16 - Found the right number of links ok 17 - Made parser object ok 18 - The object isa HTML::SimpleLinkExtor ok 19 - HTML::SimpleLinkExtor->can('schemes') not ok 20 - Got the right number of HTTP links # Failed test 'Got the right number of HTTP links' # at t/schemes.t line 87. # got: '6' # expected: '22' ok 21 - Found the right number of links not ok 22 - Got the right number of HTTPS links # Failed test 'Got the right number of HTTPS links' # at t/schemes.t line 96. # got: '6' # expected: '24' ok 23 - Found the right number of links ok 24 - Made parser object ok 25 - The object isa HTML::SimpleLinkExtor ok 26 - HTML::SimpleLinkExtor->can('schemes') not ok 27 - Got the right number of HTTP links # Failed test 'Got the right number of HTTP links' # at t/schemes.t line 119. # got: '4' # expected: '16' ok 28 - Found the right number of links 1..28 # Looks like you failed 8 tests of 28. Dubious, test returned 8 (wstat 2048, 0x800) Failed 8/28 subtests t/relative_links.... ok 1 - use HTML::SimpleLinkExtor; ok 2 - relative_links() is defined ok 3 - Example file is there ok 4 - Made parser object ok 5 - The object isa HTML::SimpleLinkExtor ok 6 - HTML::SimpleLinkExtor->can('schemes') ok 7 - Found the right number of links not ok 8 - Found the right number of links # Failed test 'Found the right number of links' # at t/relative_links.t line 28. # got: '4' # expected: '15' 1..8 # Looks like you failed 1 test of 8. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/8 subtests t/absolute_links.... ok 1 - use HTML::SimpleLinkExtor; ok 2 - relative_links() is defined ok 3 - Example file is there ok 4 - Made parser object ok 5 - The object isa HTML::SimpleLinkExtor ok 6 - HTML::SimpleLinkExtor->can('schemes') ok 7 - Found the right number of links not ok 8 - Found the right number of links # Failed test 'Found the right number of links' # at t/absolute_links.t line 28. # got: '2' # expected: '11' 1..8 # Looks like you failed 1 test of 8. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/8 subtests t/autoload.......... ok 1 - use HTML::SimpleLinkExtor; ok 2 - AUTOLOAD is defined ok 3 - HTML::SimpleLinkExtor->can('a') ok 4 - HTML::SimpleLinkExtor->can('src') ok 5 - HTML::SimpleLinkExtor->can('href') ok 6 - can returns false for unallowed method foo ok 7 - unallowed method foo gives a warning ok 8 - can returns false for unallowed method bar ok 9 - unallowed method bar gives a warning ok 10 - can returns false for unallowed method baz ok 11 - unallowed method baz gives a warning 1..11 ok Test Summary Report ------------------- t/parse (Wstat: 65280 Tests: 4 Failed: 1) Failed test: 4 Non-zero exit status: 255 Parse errors: Bad plan. You planned 26 tests but ran 4. t/schemes (Wstat: 2048 Tests: 28 Failed: 8) Failed tests: 7, 9, 11, 13, 15, 20, 22, 27 Non-zero exit status: 8 t/relative_links (Wstat: 256 Tests: 8 Failed: 1) Failed test: 8 Non-zero exit status: 1 t/absolute_links (Wstat: 256 Tests: 8 Failed: 1) Failed test: 8 Non-zero exit status: 1 Files=9, Tests=76, 4 wallclock secs ( 0.19 usr 0.12 sys + 3.28 cusr 0.53 csys = 4.12 CPU) Result: FAIL Failed 4/9 test programs. 11/76 subtests failed. make: *** [test_dynamic] Error 255 BDFOY/HTML-SimpleLinkExtor-1.22.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports BDFOY/HTML-SimpleLinkExtor-1.22.tar.gz Finished 2009-01-16T10:18:11