Revision history for Perl module WWW::Search::Google:
0.23 Thu Apr 17 19:06:59 BST 2008
- deprecated: google no longer provides an API
0.22 Sat Jan 8 09:15:11 GMT 2005
- added POD test
- return estimated results count (thanks to rayg)
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