PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2013-05-15T10:01:20 ActivePerl-1003 CPAN-1.9800 Reading '/export/home/fly1003/var/cpan/Metadata' Database was generated on Wed, 15 May 2013 15:41:02 GMT Running make for C/CA/CAFEGRATZ/Web-Query-0.21.tar.gz Checksum for /net/nas/data/cpan/authors/id/C/CA/CAFEGRATZ/Web-Query-0.21.tar.gz ok You have Archive::Tar 1.38_01, but 1.50 or later is recommended. Please upgrade. Web-Query-0.21/Build.PL Web-Query-0.21/Changes Web-Query-0.21/LICENSE Web-Query-0.21/META.json Web-Query-0.21/README.md Web-Query-0.21/cpanfile Web-Query-0.21/lib/Web/Query.pm Web-Query-0.21/t/00_compile.t Web-Query-0.21/t/01_src.t Web-Query-0.21/t/02_op.t Web-Query-0.21/t/03_traverse.t Web-Query-0.21/t/04_element.t Web-Query-0.21/t/05_html5.t Web-Query-0.21/t/06_new_from_url_error_handling.t Web-Query-0.21/t/07_remove.t Web-Query-0.21/t/08_indent.t Web-Query-0.21/t/09_as_html.t Web-Query-0.21/t/10_subclass.t Web-Query-0.21/t/add.t Web-Query-0.21/t/add_class.t Web-Query-0.21/t/after.t Web-Query-0.21/t/append.t Web-Query-0.21/t/before.t Web-Query-0.21/t/clone.t Web-Query-0.21/t/contents.t Web-Query-0.21/t/data/foo.html Web-Query-0.21/t/data/html5_snippet.html Web-Query-0.21/t/detach.t Web-Query-0.21/t/filter.t Web-Query-0.21/t/find.t Web-Query-0.21/t/has_class.t Web-Query-0.21/t/insert_after.t Web-Query-0.21/t/insert_before.t Web-Query-0.21/t/lib/My/TreeBuilder.pm Web-Query-0.21/t/lib/My/Web/Query.pm Web-Query-0.21/t/prepend.t Web-Query-0.21/t/remove_class.t Web-Query-0.21/t/replace_with.t Web-Query-0.21/t/store_comments.t Web-Query-0.21/xt/02_perlcritic.t Web-Query-0.21/xt/live/01_simple.t Web-Query-0.21/META.yml Web-Query-0.21/MANIFEST CPAN.pm: Building C/CA/CAFEGRATZ/Web-Query-0.21.tar.gz >>> /export/home/fly1003/bin/perl Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Web-Query' version '0.21' 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.21.tar.gz ./Build -- OK Running Build test >>> ./Build test verbose=1 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 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 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 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 t/04_element.t ...................... ok 1 1..1 ok 1 - first ok 1 1..1 ok 2 - last 1..2 ok 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 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 t/09_as_html.t ...................... 1..4 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 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 t/add.t ............................. ok 1 - add($object) ok 2 - add($html) ok 3 - add(@elements) ok 4 - add($selector, $xpath_context) 1..4 ok t/add_class.t ....................... ok 1 - add_class("foo bar inner") ok 2 - add_class(CODE) 1..2 ok t/after.t ........................... ok 1 - after 1..1 ok t/append.t .......................... ok 1 - append 1..1 ok t/before.t .......................... ok 1 - before 1..1 ok t/clone.t ........................... ok 1 - clone 1..1 ok t/contents.t ........................ ok 1 - contents() ok 2 - contents("p") 1..2 ok t/detach.t .......................... ok 1 - detach - retval ok 2 - detach - original object modified ok 3 - find() works on detached elements 1..3 ok t/filter.t .......................... 1..3 ok 1 ok 2 ok 3 ok t/find.t ............................ 1..3 ok 1 - find() on multiple tree object ok 2 - find() includes root elements ok 3 ok t/has_class.t ....................... ok 1 - has_class - positive ok 2 - has_class - negative 1..2 ok t/insert_after.t .................... ok 1 - insert_after 1..1 ok t/insert_before.t ................... ok 1 - insert_before 1..1 ok t/prepend.t ......................... ok 1 - prepend 1..1 ok 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 t/replace_with.t .................... 1..4 ok 1 ok 2 ok 3 ok 4 ok t/store_comments.t .................. ok 1 - constructor stores comments ok 2 - html() stores comments 1..2 ok All tests successful. Files=28, Tests=72, 18 wallclock secs ( 0.51 usr 0.22 sys + 15.37 cusr 1.42 csys = 17.52 CPU) Result: PASS CAFEGRATZ/Web-Query-0.21.tar.gz ./Build test verbose=1 -- OK Carlos Fernando Avila Gratz <CENSORED> Yet another scraping library like jQuery >>> (cd /export/home/fly1003/var/cpan/build/Web-Query-0.21-mgK5lc && tar cvf - Web-Query-0.21.ppd blib) | gzip -c >/export/home/fly1003/var/REPO/C/CA/CAFEGRATZ/Web-Query-0.21.tar.gz Web-Query-0.21.ppd blib/ blib/lib/ blib/lib/Web/ blib/lib/Web/Query.pm >>> mv /export/home/fly1003/var/cpan/build/Web-Query-0.21-mgK5lc/Web-Query-0.21.ppd /export/home/fly1003/var/REPO/C/CA/CAFEGRATZ Finished 2013-05-15T10:02:04