2004-11-29 Kingpin <mthurn@verizon.net>
* lib/WWW/Search/Ebay/UK.pm: new file
* t/uk.t: new file
* lib/WWW/Search/Ebay.pm (native_setup_search): fix column order parsing for Ebay::UK
2004-11-27 Kingpin <mthurn@verizon.net>
* lib/WWW/Search/Ebay.pm (_format_date): new function
(_create_description): new function
(parse_tree): detect redirection to single-auction page
2004-11-24 Kingpin <mthurn@verizon.net>
* lib/WWW/Search/Ebay.pm (parse_tree): fetch eBay official time, and fix timezone conversion
2004-11-23 Kingpin <mthurn@verizon.net>
* lib/WWW/Search/Ebay.pm (parse_tree): omit seconds from change_date value;
do not set TZ if it's already in the environment
2004-11-05 Kingpin <mthurn@verizon.net>
* t/motors.t: fix 1-page query
2004-10-25 Kingpin <mthurn@verizon.net>
* lib/WWW/Search/Ebay.pm (parse_tree): handle default page format
* lib/WWW/Search/Ebay/Stores.pm (native_setup_search): let parent object control the HTML page formatting params
2004-10-21 Kingpin <mthurn@verizon.net>
* lib/WWW/Search/Ebay.pm (parse_tree): handle new HTML page format
* lib/WWW/Search/Ebay/Stores.pm (native_setup_search): new CGI parameters
parsing now handled by parent class
2004-09-25 Kingpin <mthurn@verizon.net>
* lib/WWW/Search/Ebay.pm (parse_tree): now sets bid_count and bid_amount in the Result objects
* lib/WWW/Search/Ebay/Motors.pm (native_setup_search): new backend!
* t/motors.t: new test
* lib/WWW/Search/Ebay.pm: added pod for how to search one category
2004-09-16 Kingpin <mthurn@verizon.net>
* lib/WWW/Search/Ebay/ByEndDate.pm (date_to_rel): new function;
(parse_tree): fix date sort;
different date format in change_date;
2004-08-20 Kingpin <mthurn@verizon.net>
* lib/WWW/Search/Ebay/BuyItNow.pm: new file
* t/buyitnow.t (my_test): new file
2004-07-23 Kingpin <mthurn@verizon.net>
* lib/WWW/Search/Ebay.pm (parse_tree): fix for parsing result count
2004-06-05 Kingpin <mthurn@verizon.net>
* t/stores.t: new file
* lib/WWW/Search/Ebay/Stores.pm: new file
* lib/WWW/Search/Ebay.pm (currency_pattern): new function
2004-04-17 Kingpin <mthurn@verizon.net>
* lib/WWW/Search/Ebay.pm (native_setup_search): new URL / CGI options
(parse_tree): handle new HTML formatting
2004-04-08 Kingpin <mthurn@verizon.net>
* lib/WWW/Search/Ebay/ByEndDate.pm (parse_tree): fix undef warning
* lib/WWW/Search/Ebay.pm (parse_tree): handle new HTML formatting
2003-12-21 Kingpin <mthurn@verizon.net>
* lib/WWW/Search/Ebay/Completed.pm: removed because searching completed auctions now requires registered user login
* t/completed.t: removed because searching completed auctions now requires registered user login
2003-12-06 Kingpin <mthurn@verizon.net>
* lib/WWW/Search/Ebay/ByEndDate.pm: fixed so that "featured" auctions are put into the properly sorted order
2003-11-13 Kingpin <mthurn@verizon.net>
* lib/WWW/Search/Ebay.pm (parse_tree): in change_date, convert nbsp to regular space
2003-10-27 Kingpin <mthurn@verizon.net>
* t/enddate.t: beefed-up tests
* t/basic.t: separated test files
* t/completed.t: beefed-up tests
* lib/WWW/Search/Ebay.pm (native_setup_search): let the host and path be NON-generic args (thanks to Mike Schilli)
2003-07-13 Kingpin <mthurn@megapipe.net>
* lib/WWW/Search/Ebay/Completed.pm: new backend (thanks to Troy Arnold)
2003-02-06 Kingpin <mthurn@megapipe.net>
* lib/WWW/Search/Ebay.pm (parse_tree): Fixed parsing for slightly-changed ebay.com pages
* test.pl: added some tests to actually look at the results
2002-10-22 Kingpin <mthurn@megapipe.net>
* lib/WWW/Search/Ebay/ByEndDate.pm (native_setup_search): Fixed hash vs. array bug?
2002-10-21 Kingpin <mthurn@megapipe.net>
* lib/WWW/Search/Ebay.pm (parse_tree): Fixed parsing for Buy-It-Now prices, and foreign currencies
2002-07-24 Kingpin <mthurn@copper.dulles.tasc.com>
* lib/WWW/Search/Ebay.pm (parse_tree): fix parsing around new images in table
2001-12-20 Kingpin <mthurn@copper.dulles.tasc.com>
* lib/WWW/Search/Ebay.pm (native_retrieve_some): handle new ebay.com output format
(parse_tree): rewrite using this new method
2001-07-30 Kingpin <mthurn@tasc.com>
* lib/WWW/Search/Ebay/ByEndDate.pm: new backend!
2001-06-26 Kingpin <mthurn@tasc.com>
* VERSION 2.05 RELEASED
2001-06-25 Kingpin <mthurn@tasc.com>
* Ebay.pm (native_retrieve_some): tweaks to prevent warnings / parse errors
2001-05-08 Kingpin <mthurn@tasc.com>
* VERSION 2.04 RELEASED
2001-05-07 Kingpin <mthurn@tasc.com>
* Ebay.pm (native_retrieve_some): updated for new output format
2001-04-21 Kingpin <mthurn@tasc.com>
* VERSION 2.03 RELEASED
2001-04-20 Kingpin <mthurn@tasc.com>
* Ebay.pm (native_retrieve_some): result->description now contains bid info
2001-04-14 Kingpin <mthurn@tasc.com>
* VERSION 2.02 RELEASED
2001-04-13 Kingpin <mthurn@tasc.com>
* Ebay.pm (native_setup_search): make the user_agent non-robot
2001-04-02 Kingpin <mthurn@tasc.com>
* VERSION 2.01 RELEASED
Revision history for Perl extension WWW::Search::Ebay