The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Net::Google.

0.51	 Sat Oct 26 2002

	 - Updated ::Search.pm to watch '__endIndex' key and have it take 
	   precedence over max_results method if the former is less than 
	   the latter. (Props to Bjoern Hoehrmann for the fix.)

	 - Added return_estimatedTotal() method to do the same thing but
	   comparing against '__estimatedTotalResultsCount'

	 - Replaced test.pl with t/*.t files

	 - Updated POD

0.5	 Wed May 03 2002
	 
	 - Contributed patch by Marc Hedlund <marc@precipice.org>.
	   Thanks!

	 - Put single quotes around all $VERSION numbers in order to
           match MakeMaker's expected format (see ExtUtils::MakeMaker
           perldoc, Using Attributes and Parameters: VERSION_FROM).
           Fixes make install errors with perl-5.6.1.

	 - Created a new Net::Google::Response object to hold more
           information from the search response.

	 - Updated Net::Google::Search to use Net::Google::Response.

	 - Added Net::Google::Search::_state and introduced some degree
	   of memoization to response/result objects

	 - Moved most of the code in Net::Google::Search::results into
	   Net::Google::Search::response

	 - Updated test.pl to be a bit more verbose (Thanks to Lee Goddard 
	   and the CPAN-testers.)

	 - Updated POD
	 
0.4.2	 Wed Apr 17 2002

	 - No changes to actual codebase. Fixed errors in MANIFEST 
	   so that the dist will make and install properly. Oh the
	   duh-ness...it hurts.

0.4.1	 Mon Apr 15 2002

	 - Went through all the packages and fixed POD errors (ugh.)

0.4	 Sun Apr 14 2002

	 - Added Google::Spelling package and Google::spelling method

	 - Added Google::Cache package and Google::cache method

	 - Added Perl license to Google::Search.pm

	 - Updated POD in Google.pm and Google::Search.pm

0.3.1	 Sun Apr 14 2002

	 - Fixed error handling in ::Google::_soap

0.3	 Sat Apr 13 2002

	 - Fixed bugs in ::Search::results and ::Search::_results

	 - Added hooks to Search.pm constructor for setting values

	 - Added ::Google::_service to locate service descriptions via @INC

	 - Added ::Search::restrict and made ::Search::(lr|ie|oe) store values, internally, as array references

	 - ::Search::lr no longer returns data separated by pipe character

	 - Fixed ::Search::key to store values

	 - Fixed a bunch of instances where internal array references were not being flushed properly

	 - Removed sanity checking on arguments passed to search methods for the time being

	 - Fixed bug where parent debug flags wasn't being passed to child search objects

	 - Updated POD

0.2	 Fri Apr 12 2002

	 - Moved search related functions into Search.pm

	 - Added ability to return more than 10 results at a time

	 - Added most of the methods for setting search options

	 - Updated POD

0.1	 Thu Apr 11 2002

	 - Intial revision