Start 2009-01-14T15:38:08 Going to read /export/home/fly1064/var/cpan/Metadata Database was generated on Tue, 13 Jan 2009 09:27:58 GMT Running make for M/MT/MTHURN/WWW-Ebay-0.087.tar.gz Checksum for /net/nas/data/cpan/authors/id/M/MT/MTHURN/WWW-Ebay-0.087.tar.gz ok WWW-Ebay-0.087/ WWW-Ebay-0.087/Changes WWW-Ebay-0.087/inc/ WWW-Ebay-0.087/inc/Module/ WWW-Ebay-0.087/inc/Module/Install/ WWW-Ebay-0.087/inc/Module/Install/Base.pm WWW-Ebay-0.087/inc/Module/Install/Can.pm WWW-Ebay-0.087/inc/Module/Install/Fetch.pm WWW-Ebay-0.087/inc/Module/Install/Makefile.pm WWW-Ebay-0.087/inc/Module/Install/Metadata.pm WWW-Ebay-0.087/inc/Module/Install/Win32.pm WWW-Ebay-0.087/inc/Module/Install/WriteAll.pm WWW-Ebay-0.087/inc/Module/Install.pm WWW-Ebay-0.087/lib/ WWW-Ebay-0.087/lib/WWW/ WWW-Ebay-0.087/lib/WWW/Ebay/ WWW-Ebay-0.087/lib/WWW/Ebay/Customer.pm WWW-Ebay-0.087/lib/WWW/Ebay/Listing.pm WWW-Ebay-0.087/lib/WWW/Ebay/Search.pm WWW-Ebay-0.087/lib/WWW/Ebay/Session.pm WWW-Ebay-0.087/lib/WWW/Ebay/Status.pm WWW-Ebay-0.087/lib/WWW/Ebay.pm WWW-Ebay-0.087/lib/WWW/Search/ WWW-Ebay-0.087/lib/WWW/Search/Ebay/ WWW-Ebay-0.087/lib/WWW/Search/Ebay/ByBidderID.pm WWW-Ebay-0.087/lib/WWW/Search/Ebay/Completed.pm WWW-Ebay-0.087/LICENSE WWW-Ebay-0.087/Makefile.PL WWW-Ebay-0.087/MANIFEST WWW-Ebay-0.087/META.yml WWW-Ebay-0.087/README WWW-Ebay-0.087/t/ WWW-Ebay-0.087/t/bybidderid.t WWW-Ebay-0.087/t/completed.t WWW-Ebay-0.087/t/customer.t WWW-Ebay-0.087/t/listing.t WWW-Ebay-0.087/t/pod-coverage.t WWW-Ebay-0.087/t/pod.t WWW-Ebay-0.087/t/session.t WWW-Ebay-0.087/t/status.t WWW-Ebay-0.087/t/watchlist.t CPAN.pm: Going to build M/MT/MTHURN/WWW-Ebay-0.087.tar.gz >>> /export/home/fly1064/bin/perl Makefile.PL Cannot determine perl version info from lib/WWW/Ebay.pm Checking if your kit is complete... Looks good Writing Makefile for WWW::Ebay In order to run all the automatic tests for this distribution, you should set the following environment variables: EBAY_USERID EBAY_PASSWORD >>> make cp lib/WWW/Ebay/Search.pm blib/lib/WWW/Ebay/Search.pm cp lib/WWW/Ebay/Listing.pm blib/lib/WWW/Ebay/Listing.pm cp lib/WWW/Search/Ebay/ByBidderID.pm blib/lib/WWW/Search/Ebay/ByBidderID.pm cp lib/WWW/Search/Ebay/Completed.pm blib/lib/WWW/Search/Ebay/Completed.pm cp lib/WWW/Ebay.pm blib/lib/WWW/Ebay.pm cp lib/WWW/Ebay/Status.pm blib/lib/WWW/Ebay/Status.pm cp lib/WWW/Ebay/Customer.pm blib/lib/WWW/Ebay/Customer.pm cp lib/WWW/Ebay/Session.pm blib/lib/WWW/Ebay/Session.pm Manifying blib/man3/WWW::Ebay::Search.3 Manifying blib/man3/WWW::Ebay::Listing.3 Manifying blib/man3/WWW::Search::Ebay::Completed.3 Manifying blib/man3/WWW::Search::Ebay::ByBidderID.3 Manifying blib/man3/WWW::Ebay.3 Manifying blib/man3/WWW::Ebay::Status.3 Manifying blib/man3/WWW::Ebay::Customer.3 Manifying blib/man3/WWW::Ebay::Session.3 MTHURN/WWW-Ebay-0.087.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/bybidderid...... ok 1 - use WWW::Search; ok 2 - use WWW::Search::Test; ok 3 - use WWW::Search::Ebay::ByBidderID; ok 4 - instantiate WWW::Search::Ebay::ByBidderID object # Sending 0-page query... ok 5 - got valid HTTP response ok 6 - lower-bound num-hits for query=Bogus9453NoSuchWord1231976301 ok 7 - lower-bound approximate_result_count ok 8 - upper-bound num-hits for query=Bogus9453NoSuchWord1231976301 ok 9 - upper-bound approximate_result_count # Sending query to check contents... ok 10 - got valid HTTP response # TODO If this bidder is not bidding right now, we won't find any auctions! not ok 11 - lower-bound num-hits for query=fabz75 # TODO If this bidder is not bidding right now, we won't find any auctions! # Failed (TODO) test 'lower-bound num-hits for query=fabz75' # at /export/home/fly1064/var/megalib/WWW/Search/Test.pm line 659. # '1' # <= # '0' not ok 12 - lower-bound approximate_result_count # TODO If this bidder is not bidding right now, we won't find any auctions! # Failed (TODO) test 'lower-bound approximate_result_count' # at /export/home/fly1064/var/megalib/WWW/Search/Test.pm line 663. # '1' # <= # '0' not ok 13 - got some results # TODO If this bidder is not bidding right now, we won't find any auctions! # Failed (TODO) test 'got some results' # at t/bybidderid.t line 37. # '0' # < # '0' ok 14 - number of results == number listed on page # TODO If this bidder is not bidding right now, we won't find any auctions! 1..14 ok t/completed....... ok 1 - use WWW::Search::Ebay::Completed; ok 2 - instantiate WWW::Search::Ebay::Completed object # In order to test this module, set environment variables EBAY_USERID and EBAY_PASSWORD. ok 3 # SKIP eBay userid/password not supplied ok 4 # SKIP eBay userid/password not supplied ok 5 # SKIP eBay userid/password not supplied ok 6 # SKIP eBay userid/password not supplied ok 7 # SKIP eBay userid/password not supplied ok 8 # SKIP eBay userid/password not supplied ok 9 # SKIP eBay userid/password not supplied ok 10 # SKIP eBay userid/password not supplied ok 11 # SKIP eBay userid/password not supplied ok 12 # SKIP eBay userid/password not supplied ok 13 # SKIP eBay userid/password not supplied 1..13 ok t/customer........ ok 1 - use WWW::Ebay::Customer; ok 2 - The object isa WWW::Ebay::Customer ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 - The object isa FAIL ok 12 - The object isa WWW::Ebay::Customer ok 13 - The object isa WWW::Ebay::Customer ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 1..27 ok t/listing......... ok 1 - use WWW::Ebay::Listing; ok 2 - use Date::Manip; ok 3 - The object isa WWW::Ebay::Listing ok 4 ok 5 ok 6 ok 7 - The object isa WWW::Ebay::Status ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 - The object isa FAIL ok 18 - The object isa WWW::Ebay::Listing ok 19 - The object isa WWW::Ebay::Listing 1..19 ok t/pod-coverage.... 1..8 ok 1 - Pod coverage on WWW::Ebay ok 2 - Pod coverage on WWW::Ebay::Search ok 3 - Pod coverage on WWW::Ebay::Listing ok 4 - Pod coverage on WWW::Ebay::Status ok 5 - Pod coverage on WWW::Ebay::Customer ok 6 - Pod coverage on WWW::Ebay::Session ok 7 - Pod coverage on WWW::Search::Ebay::ByBidderID ok 8 - Pod coverage on WWW::Search::Ebay::Completed ok t/pod............. 1..8 ok 1 - blib/lib/WWW/Ebay.pm ok 2 - blib/lib/WWW/Ebay/Search.pm ok 3 - blib/lib/WWW/Ebay/Listing.pm ok 4 - blib/lib/WWW/Ebay/Status.pm ok 5 - blib/lib/WWW/Ebay/Customer.pm ok 6 - blib/lib/WWW/Ebay/Session.pm ok 7 - blib/lib/WWW/Search/Ebay/ByBidderID.pm ok 8 - blib/lib/WWW/Search/Ebay/Completed.pm ok t/session......... ok 1 - use WWW::Ebay::Session; # In order to fully test this module, set environment variables EBAY_USERID and EBAY_PASSWORD. ok 2 # SKIP eBay userid/password not supplied ok 3 # SKIP eBay userid/password not supplied ok 4 # SKIP eBay userid/password not supplied ok 5 # SKIP eBay userid/password not supplied ok 6 # SKIP eBay userid/password not supplied ok 7 # SKIP eBay userid/password not supplied ok 8 # SKIP eBay userid/password not supplied ok 9 # SKIP eBay userid/password not supplied ok 10 # SKIP eBay userid/password not supplied ok 11 # SKIP eBay userid/password not supplied ok 12 # SKIP eBay userid/password not supplied 1..12 ok t/status.......... ok 1 - use WWW::Ebay::Status; ok 2 - The object isa WWW::Ebay::Status ok 3 - The object isa WWW::Ebay::Status ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 - The object isa WWW::Ebay::Status ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 - The object isa WWW::Ebay::Status ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 - The object isa WWW::Ebay::Status ok 51 - The object isa FAIL ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 1..99 ok t/watchlist....... ok 1 - use WWW::Ebay::Session; # In order to fully test this module, set environment variables EBAY_USERID and EBAY_PASSWORD. ok 2 # SKIP eBay userid/password not supplied ok 3 # SKIP eBay userid/password not supplied ok 4 # SKIP eBay userid/password not supplied ok 5 # SKIP eBay userid/password not supplied ok 6 # SKIP eBay userid/password not supplied ok 7 # SKIP eBay userid/password not supplied ok 8 # SKIP eBay userid/password not supplied ok 9 # SKIP eBay userid/password not supplied ok 10 # SKIP eBay userid/password not supplied ok 11 # SKIP eBay userid/password not supplied ok 12 # SKIP eBay userid/password not supplied 1..12 ok All tests successful. Test Summary Report ------------------- t/bybidderid (Wstat: 0 Tests: 14 Failed: 0) TODO passed: 10, 14 Files=9, Tests=212, 19 wallclock secs ( 0.28 usr 0.13 sys + 8.44 cusr 0.74 csys = 9.59 CPU) Result: PASS MTHURN/WWW-Ebay-0.087.tar.gz make test TEST_VERBOSE=1 -- OK Martin 'Kingpin' Thurn <mthurn@verizon.net> Search and manage eBay auctions >>> (cd /export/home/fly1064/var/cpan/build/WWW-Ebay-0.087-MIXimr && tar cvf - WWW-Ebay-0.087.ppd blib) | gzip -c >/export/home/fly1064/var/REPO/M/MT/MTHURN/WWW-Ebay-0.087.tar.gz WWW-Ebay-0.087.ppd blib/ blib/lib/ blib/lib/WWW/ blib/lib/WWW/Ebay/ blib/lib/WWW/Ebay/Search.pm blib/lib/WWW/Ebay/Listing.pm blib/lib/WWW/Ebay/Status.pm blib/lib/WWW/Ebay/Customer.pm blib/lib/WWW/Ebay/Session.pm blib/lib/WWW/Search/ blib/lib/WWW/Search/Ebay/ blib/lib/WWW/Search/Ebay/ByBidderID.pm blib/lib/WWW/Search/Ebay/Completed.pm blib/lib/WWW/Ebay.pm blib/man3/ blib/man3/WWW::Ebay::Search.3 blib/man3/WWW::Ebay::Listing.3 blib/man3/WWW::Search::Ebay::Completed.3 blib/man3/WWW::Search::Ebay::ByBidderID.3 blib/man3/WWW::Ebay.3 blib/man3/WWW::Ebay::Status.3 blib/man3/WWW::Ebay::Customer.3 blib/man3/WWW::Ebay::Session.3 >>> mv /export/home/fly1064/var/cpan/build/WWW-Ebay-0.087-MIXimr/WWW-Ebay-0.087.ppd /export/home/fly1064/var/REPO/M/MT/MTHURN Finished 2009-01-14T15:38:40