PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2013-05-30T20:32:49 ActivePerl-818 CPAN-1.9800 Reading '/export/home/fly818/var/cpan/Metadata' Database was generated on Fri, 31 May 2013 02:08:14 GMT Running make for C/CA/CAFEGRATZ/Web-Query-0.23.tar.gz Checksum for /net/nas/data/cpan/authors/id/C/CA/CAFEGRATZ/Web-Query-0.23.tar.gz ok You have Archive::Tar 1.40, but 1.50 or later is recommended. Please upgrade. Web-Query-0.23/Build.PL Web-Query-0.23/Changes Web-Query-0.23/LICENSE Web-Query-0.23/META.json Web-Query-0.23/README.md Web-Query-0.23/cpanfile Web-Query-0.23/lib/Web/Query.pm Web-Query-0.23/lib/Web/Query/LibXML.pm Web-Query-0.23/t/00_compile.t Web-Query-0.23/t/01_src.t Web-Query-0.23/t/02_op.t Web-Query-0.23/t/03_traverse.t Web-Query-0.23/t/04_element.t Web-Query-0.23/t/05_html5.t Web-Query-0.23/t/06_new_from_url_error_handling.t Web-Query-0.23/t/07_remove.t Web-Query-0.23/t/08_indent.t Web-Query-0.23/t/09_as_html.t Web-Query-0.23/t/10_subclass.t Web-Query-0.23/t/add.t Web-Query-0.23/t/add_class.t Web-Query-0.23/t/after.t Web-Query-0.23/t/append.t Web-Query-0.23/t/before.t Web-Query-0.23/t/clone.t Web-Query-0.23/t/contents.t Web-Query-0.23/t/data/foo.html Web-Query-0.23/t/data/html5_snippet.html Web-Query-0.23/t/detach.t Web-Query-0.23/t/filter.t Web-Query-0.23/t/find.t Web-Query-0.23/t/has_class.t Web-Query-0.23/t/insert_after.t Web-Query-0.23/t/insert_before.t Web-Query-0.23/t/lib/My/TreeBuilder.pm Web-Query-0.23/t/lib/My/Web/Query.pm Web-Query-0.23/t/prepend.t Web-Query-0.23/t/remove_class.t Web-Query-0.23/t/replace_with.t Web-Query-0.23/t/store_comments.t Web-Query-0.23/xt/02_perlcritic.t Web-Query-0.23/xt/live/01_simple.t Web-Query-0.23/META.yml Web-Query-0.23/MANIFEST CPAN.pm: Building C/CA/CAFEGRATZ/Web-Query-0.23.tar.gz >>> /export/home/fly818/bin/perl Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Web-Query' version '0.23' Merging cpanfile prereqs to MYMETA.yml Merging cpanfile prereqs to MYMETA.json Could not read metadata file. Falling back to other methods to determine prerequisites >>> ./Build Building Web-Query CAFEGRATZ/Web-Query-0.23.tar.gz ./Build -- OK Running Build test >>> ./Build test verbose=1 t/00_compile.t ...................... 1..1 ok 1 - use Web::Query; ok # testing Web::Query t/01_src.t .......................... 1..5 ok 1 ok 2 ok 3 ok 4 # bar! ok 5 ok 1 - from file ok 2 - snippet from file 1..5 ok 1 ok 2 ok 3 ok 4 # bar! ok 5 ok 3 - from url 1..5 ok 1 ok 2 ok 3 ok 4 # bar! ok 5 ok 4 - from treebuilder 1..5 ok 1 ok 2 ok 3 ok 4 # bar! ok 5 ok 5 - from Array[treebuilder] 1..5 ok 1 ok 2 ok 3 ok 4 # bar! ok 5 ok 6 - from html 1..5 ok 1 ok 2 ok 3 ok 4 # bar! ok 5 ok 7 - from Web::Query object 1..5 ok 1 ok 2 ok 3 ok 4 # bar! ok 5 ok 8 - from URI ok 9 - new_from_element skips non blessed 1..9 ok # testing Web::Query 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 # testing Web::Query t/03_traverse.t ..................... ok 1 ok 2 1..2 ok 1 - parent ok 1 1..1 ok 1 - first ok 1 1..1 ok 2 - last 1..2 ok 2 - first/last return new instance ok 1 ok 2 ok 3 ok 4 ok 5 1..5 ok 3 - size ok 1 ok 2 1..2 ok 4 - map ok 1 ok 2 ok 3 ok 4 ok 5 1..5 ok 5 - filter 1..5 ok # testing Web::Query t/04_element.t ...................... ok 1 1..1 ok 1 - first ok 1 1..1 ok 2 - last 1..2 ok # testing Web::Query t/05_html5.t ........................ ok 1 1..1 ok t/06_new_from_url_error_handling.t .. ok 1 ok 2 - The object isa HTTP::Response ok 3 1..3 ok 1 - bad status code ok 1 ok 2 - The object isa HTTP::Response ok 3 1..3 ok 2 - good status code 1..2 ok # testing Web::Query t/07_remove.t ....................... ok 1 - all .foo are removed and cannot be found. 1..1 ok 1 - remove and size ok 1 - .foo and .bar are removed and not showing in html 1..1 ok 2 - remove and html ok 1 - The chainning works. 1..1 ok 3 - $q->remove->end->html ok 1 - size 0 after remove ok 2 - html '' after remove 1..2 ok 4 - remove root elements ok 1 - size 0 after remove ok 2 - html '' after remove 1..2 ok 5 - remove elements via each() 1..5 ok t/08_indent.t ....................... 1..2 ok 1 - no indent ok 2 - indented ok # testing Web::Query t/09_as_html.t ...................... ok 1 - html() returns inner html ok 2 - as_html() returns element itself ok 3 - called in scalar context ok 4 - called in list context 1..4 ok t/10_subclass.t ..................... 1..4 ok 1 - use My::Web::Query; ok 2 - object from wq() isa My::Web::Query ok 3 - object from each() isa My::Web::Query ok 4 - _build_tree() isa My::TreeBuilder ok # testing Web::Query t/add.t ............................. ok 1 - add($object) ok 2 - add($html) ok 3 - add(@elements) ok 4 - add($selector, $xpath_context) 1..4 ok # testing Web::Query t/add_class.t ....................... ok 1 - add_class("foo bar inner") ok 2 - add_class(CODE) 1..2 ok # testing Web::Query t/after.t ........................... ok 1 - after 1..1 ok # testing Web::Query t/append.t .......................... ok 1 - append 1..1 ok # testing Web::Query t/before.t .......................... ok 1 - before 1..1 ok # testing Web::Query t/clone.t ........................... ok 1 - clone 1..1 ok # testing Web::Query t/contents.t ........................ ok 1 - contents() ok 2 - contents("p") 1..2 ok # testing Web::Query t/detach.t .......................... ok 1 - detach - retval ok 2 - detach - original object modified ok 3 - find() works on detached elements 1..3 ok # testing Web::Query t/filter.t .......................... ok 1 ok 2 ok 3 1..3 ok # testing Web::Query t/find.t ............................ ok 1 - find() on multiple tree object ok 2 - find() does not include root elements ok 3 1..3 ok # testing Web::Query t/has_class.t ....................... ok 1 - has_class - positive ok 2 - has_class - negative 1..2 ok # testing Web::Query t/insert_after.t .................... ok 1 - insert_after 1..1 ok # testing Web::Query t/insert_before.t ................... ok 1 - insert_before 1..1 ok # testing Web::Query t/prepend.t ......................... ok 1 - prepend 1..1 ok # testing Web::Query t/remove_class.t .................... ok 1 - remove_class returned isa Web::Query ok 2 - remove_class("foo bar") ok 3 - remove_class(CODE) 1..3 ok # testing Web::Query t/replace_with.t .................... ok 1 ok 2 ok 3 ok 4 1..4 ok # testing Web::Query t/store_comments.t .................. ok 1 - constructor stores comments ok 2 - html() stores comments 1..2 ok All tests successful. Files=28, Tests=72, 16 wallclock secs ( 0.46 usr 0.23 sys + 13.28 cusr 1.51 csys = 15.48 CPU) Result: PASS CAFEGRATZ/Web-Query-0.23.tar.gz ./Build test verbose=1 -- OK Carlos Fernando Avila Gratz <CENSORED> Yet another scraping library like jQuery >>> (cd /export/home/fly818/var/cpan/build/Web-Query-0.23-yVLMAO && tar cvf - Web-Query-0.23.ppd blib) | gzip -c >/export/home/fly818/var/REPO/C/CA/CAFEGRATZ/Web-Query-0.23.tar.gz Web-Query-0.23.ppd blib/ blib/lib/ blib/lib/Web/ blib/lib/Web/Query.pm blib/lib/Web/Query/ blib/lib/Web/Query/LibXML.pm >>> mv /export/home/fly818/var/cpan/build/Web-Query-0.23-yVLMAO/Web-Query-0.23.ppd /export/home/fly818/var/REPO/C/CA/CAFEGRATZ Finished 2013-05-30T20:33:21