Setting PATH to /opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2011-02-21T11:19:02 ActivePerl-1003 CPAN-1.9402 Going to read '/export/home/fly1064/var/cpan/Metadata' Database was generated on Sun, 20 Feb 2011 22:27:21 GMT Running make for T/TO/TOKUHIROM/Web-Query-0.01.tar.gz Checksum for /net/nas/data/cpan/authors/id/T/TO/TOKUHIROM/Web-Query-0.01.tar.gz ok Will not use Archive::Tar, need 1.00 Web-Query-0.01/ Web-Query-0.01/lib/ Web-Query-0.01/lib/Web/ Web-Query-0.01/lib/Web/Query.pm Web-Query-0.01/Makefile.PL Web-Query-0.01/MANIFEST Web-Query-0.01/META.yml Web-Query-0.01/inc/ Web-Query-0.01/inc/Module/ Web-Query-0.01/inc/Module/Install/ Web-Query-0.01/inc/Module/Install/Makefile.pm Web-Query-0.01/inc/Module/Install/Base.pm Web-Query-0.01/inc/Module/Install/WriteAll.pm Web-Query-0.01/inc/Module/Install/Fetch.pm Web-Query-0.01/inc/Module/Install/Metadata.pm Web-Query-0.01/inc/Module/Install/Win32.pm Web-Query-0.01/inc/Module/Install/Can.pm Web-Query-0.01/inc/Module/Install/AuthorTests.pm Web-Query-0.01/inc/Module/Install.pm Web-Query-0.01/.gitignore Web-Query-0.01/t/ Web-Query-0.01/t/00_compile.t Web-Query-0.01/t/01_src.t Web-Query-0.01/t/02_op.t Web-Query-0.01/t/data/ Web-Query-0.01/t/data/foo.html Web-Query-0.01/xt/ Web-Query-0.01/xt/02_perlcritic.t Web-Query-0.01/xt/01_podspell.t Web-Query-0.01/xt/03_pod.t Web-Query-0.01/xt/live/ Web-Query-0.01/xt/live/01_simple.t Web-Query-0.01/README.pod Web-Query-0.01/README Web-Query-0.01/Changes CPAN.pm: Going to build T/TO/TOKUHIROM/Web-Query-0.01.tar.gz >>> /export/home/fly1064/bin/perl Makefile.PL Warning: prerequisite HTML::Selector::XPath 0.06 not found. We have 0.04. Checking if your kit is complete... Looks good Writing Makefile for Web::Query ---- Unsatisfied dependencies detected during ---- ---- TOKUHIROM/Web-Query-0.01.tar.gz ---- HTML::Selector::XPath [requires] Running make test Delayed until after prerequisites Running test for module 'HTML::Selector::XPath' Running make for M/MI/MIYAGAWA/HTML-Selector-XPath-0.06.tar.gz Checksum for /net/nas/data/cpan/authors/id/M/MI/MIYAGAWA/HTML-Selector-XPath-0.06.tar.gz ok Will not use Archive::Tar, need 1.00 HTML-Selector-XPath-0.06/ HTML-Selector-XPath-0.06/Changes HTML-Selector-XPath-0.06/inc/ HTML-Selector-XPath-0.06/lib/ HTML-Selector-XPath-0.06/Makefile.PL HTML-Selector-XPath-0.06/MANIFEST HTML-Selector-XPath-0.06/META.yml HTML-Selector-XPath-0.06/README HTML-Selector-XPath-0.06/t/ HTML-Selector-XPath-0.06/t/00_compile.t HTML-Selector-XPath-0.06/t/01_xpath.t HTML-Selector-XPath-0.06/t/02_html.t HTML-Selector-XPath-0.06/t/03_xpath_root.t HTML-Selector-XPath-0.06/t/99_pod.t HTML-Selector-XPath-0.06/lib/HTML/ HTML-Selector-XPath-0.06/lib/HTML/Selector/ HTML-Selector-XPath-0.06/lib/HTML/Selector/XPath.pm HTML-Selector-XPath-0.06/inc/Module/ HTML-Selector-XPath-0.06/inc/Module/Install/ HTML-Selector-XPath-0.06/inc/Module/Install.pm HTML-Selector-XPath-0.06/inc/Module/Install/Base.pm HTML-Selector-XPath-0.06/inc/Module/Install/Can.pm HTML-Selector-XPath-0.06/inc/Module/Install/Fetch.pm HTML-Selector-XPath-0.06/inc/Module/Install/Makefile.pm HTML-Selector-XPath-0.06/inc/Module/Install/Metadata.pm HTML-Selector-XPath-0.06/inc/Module/Install/Win32.pm HTML-Selector-XPath-0.06/inc/Module/Install/WriteAll.pm CPAN.pm: Going to build M/MI/MIYAGAWA/HTML-Selector-XPath-0.06.tar.gz >>> /export/home/fly1064/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for HTML::Selector::XPath >>> make cp lib/HTML/Selector/XPath.pm blib/lib/HTML/Selector/XPath.pm Manifying blib/man3/HTML::Selector::XPath.3 MIYAGAWA/HTML-Selector-XPath-0.06.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1064/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00_compile.t ..... 1..1 ok 1 - use HTML::Selector::XPath; ok t/01_xpath.t ....... 1..70 ok 1 - * ok 2 - E ok 3 - E F ok 4 - E > F ok 5 - p.pastoral.marine ok 6 - E:first-child ok 7 - F E:first-child ok 8 - F > E:first-child ok 9 - E:lang(c) ok 10 - E + F ok 11 - E + \#bar ok 12 - E + .bar ok 13 - E[foo] ok 14 - E[foo="warning"] ok 15 - E[foo~="warning"] ok 16 - E[foo^="warning"] ok 17 - E:not([foo^="warning"]) ok 18 - E[foo$="warning"] ok 19 - E[lang|="en"] ok 20 - DIV.warning ok 21 - E\#myid ok 22 - foo.bar, bar ok 23 - E:nth-child(1) ok 24 - E:last-child ok 25 - F E:last-child ok 26 - F > E:last-child ok 27 - E[@href*="bar"] ok 28 - E:not([@href*="bar"]) ok 29 - F > E:nth-of-type(3) ok 30 - E ~ F ok 31 - E ~ F.foo ok 32 - E:contains("Hello") ok 33 - E:contains( "Hello" ) ok 34 - E ~ F ok 35 - E ~ \#bar ok 36 - E ~ .bar ok 37 - E ~ * ok 38 - .foo ~ E ok 39 - .foo ~ * ok 40 - .foo ~ .bar ok 41 - > em ok 42 - :first-child ok 43 - E.c:first-child ok 44 - E:first-child.c ok 45 - E\#i:first-child ok 46 - E:first-child\#i ok 47 - :lang(c) ok 48 - :lang(c)\#i ok 49 - \#i:lang(c) ok 50 - *:lang(c)\#i ok 51 - E:lang(c)\#i ok 52 - E\#i:lang(c) ok 53 - *:lang(c)\#i:first-child ok 54 - E:lang(c)\#i:first-child ok 55 - E:lang(c):first-child\#i ok 56 - E\#i:lang(c):first-child ok 57 - \#bar ok 58 - *\#bar ok 59 - *[foo] ok 60 - [foo] ok 61 - .warning ok 62 - *.warning ok 63 - :nth-child(1) ok 64 - *:nth-child(1) ok 65 - E:nth-child(1) ok 66 - E:nth-child(2) ok 67 - :root ok 68 - E:root ok 69 - E:empty ok 70 - :empty ok t/02_html.t ........ 1..21 ok 1 - div.foo ok 2 - ul li ok 3 - ul li:first-child ok 4 - li.bar ok 5 - div\#bar ok 6 - div\#bar, div.baz ok 7 - div:not([lang|="en"]) ok 8 - div:not([class~="foo"]) ok 9 - div:not([class]) ok 10 - p.pastoral.marine ok 11 - p:nth-child(1) ok 12 - p:nth-child(2) ok 13 - a[@href*="bar"] ok 14 - a:not([@href*="bar"]) ok 15 - p > a:nth-of-type(3) ok 16 - p ~ a ok 17 - p ~ a.foo ok 18 - p *:contains("description") ok 19 - p > *:contains("description") ok 20 - *:contains("description") ok 21 - :empty ok t/03_xpath_root.t .. 1..9 ok 1 - * ok 2 - E ok 3 - E F ok 4 - E > F ok 5 - E + F ok 6 - E[foo] ok 7 - E[foo="warning"] ok 8 - E\#myid ok 9 - foo.bar, bar ok t/99_pod.t ......... 1..1 ok 1 - POD test for blib/lib/HTML/Selector/XPath.pm ok All tests successful. Files=5, Tests=102, 6 wallclock secs ( 0.16 usr 0.04 sys + 2.04 cusr 0.18 csys = 2.42 CPU) Result: PASS MIYAGAWA/HTML-Selector-XPath-0.06.tar.gz make test TEST_VERBOSE=1 -- OK Tatsuhiko Miyagawa <miyagawa@bulknews.net> CSS Selector to XPath compiler >>> (cd /export/home/fly1064/var/cpan/build/HTML-Selector-XPath-0.06-FdMXhk && tar cvf - HTML-Selector-XPath-0.06.ppd blib) | gzip -c >/export/home/fly1064/var/REPO/M/MI/MIYAGAWA/HTML-Selector-XPath-0.06.tar.gz HTML-Selector-XPath-0.06.ppd blib/ blib/lib/ blib/lib/HTML/ blib/lib/HTML/Selector/ blib/lib/HTML/Selector/XPath.pm blib/man3/ blib/man3/HTML::Selector::XPath.3 >>> mv /export/home/fly1064/var/cpan/build/HTML-Selector-XPath-0.06-FdMXhk/HTML-Selector-XPath-0.06.ppd /export/home/fly1064/var/REPO/M/MI/MIYAGAWA Running make for T/TO/TOKUHIROM/Web-Query-0.01.tar.gz Prepending /export/home/fly1064/var/cpan/build/HTML-Selector-XPath-0.06-FdMXhk/blib/arch /export/home/fly1064/var/cpan/build/HTML-Selector-XPath-0.06-FdMXhk/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /export/home/fly1064/var/cpan/build/Web-Query-0.01-hDgrRx Prepending /export/home/fly1064/var/cpan/build/HTML-Selector-XPath-0.06-FdMXhk/blib/arch /export/home/fly1064/var/cpan/build/HTML-Selector-XPath-0.06-FdMXhk/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build T/TO/TOKUHIROM/Web-Query-0.01.tar.gz >>> make cp README.pod blib/lib/Web/README.pod cp lib/Web/Query.pm blib/lib/Web/Query.pm Manifying blib/man3/Web::README.3 Manifying blib/man3/Web::Query.3 TOKUHIROM/Web-Query-0.01.tar.gz make -- OK Prepending /export/home/fly1064/var/cpan/build/HTML-Selector-XPath-0.06-FdMXhk/blib/arch /export/home/fly1064/var/cpan/build/HTML-Selector-XPath-0.06-FdMXhk/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1064/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/*/*/*.t t/*/*/*/*.t t/00_compile.t .. 1..1 ok 1 - use Web::Query; ok t/01_src.t ...... 1..5 ok 1 ok 2 ok 3 ok 4 # bar! ok 5 ok 1 - from file 1..5 ok 1 ok 2 ok 3 ok 4 # bar! ok 5 ok 2 - from url 1..5 ok 1 ok 2 ok 3 ok 4 # bar! ok 5 ok 3 - from treebuilder 1..5 ok 1 ok 2 ok 3 ok 4 # bar! ok 5 ok 4 - from Array[treebuilder] 1..5 ok 1 ok 2 ok 3 ok 4 # bar! ok 5 ok 5 - from html 1..5 ok 1 ok 2 ok 3 ok 4 # bar! ok 5 ok 6 - from URI 1..6 ok t/02_op.t ....... ok 1 ok 2 1..2 ok 1 - get/set text ok 1 1..1 ok 2 - get/set html 1..2 ok All tests successful. Files=3, Tests=9, 5 wallclock secs ( 0.16 usr 0.04 sys + 2.18 cusr 0.18 csys = 2.56 CPU) Result: PASS TOKUHIROM/Web-Query-0.01.tar.gz make test TEST_VERBOSE=1 -- OK Tokuhiro Matsuno <tokuhirom+cpan@gmail.com> Yet another scraping library like jQuery >>> (cd /export/home/fly1064/var/cpan/build/Web-Query-0.01-hDgrRx && tar cvf - Web-Query-0.01.ppd blib) | gzip -c >/export/home/fly1064/var/REPO/T/TO/TOKUHIROM/Web-Query-0.01.tar.gz Web-Query-0.01.ppd blib/ blib/lib/ blib/lib/Web/ blib/lib/Web/README.pod blib/lib/Web/Query.pm blib/man3/ blib/man3/Web::README.3 blib/man3/Web::Query.3 >>> mv /export/home/fly1064/var/cpan/build/Web-Query-0.01-hDgrRx/Web-Query-0.01.ppd /export/home/fly1064/var/REPO/T/TO/TOKUHIROM Finished 2011-02-21T11:20:17