The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module WWW::Search::Google: 

0.21 Mon Jan 20 19:43:57 GMT 2003
	- use Test::More
	- use Net::Google to do all the hard work

0.20 Wed Aug 21 15:52:14 BST 2002
	- fixed typo in Makefile.PL, doh!

0.19 Mon Jul 22 23:18:29 BST 2002
	- OSCON edition
	- updated Makefile.PL dependencies

0.18 Wed Apr 17 09:00:26 GMT 2002
	- instead of the temporary hack of hosting the WSDL file on my
	webserver, use the one at http://api.google.com/GoogleSearch.wsdl
	(yes! Google got back to me and did the right thing! ;-)
	- exception handling via croak() which will warn if you use an
	invalid Google API license key or upon other errors

0.17 Fri Apr 12 14:41:02 BST 2002
	- first released version