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.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