Revision history for Perl extension WWW-Scraper-ISBN-GoogleBooks_Driver.

0.09    27/05/2012
	- GoogleBooks redirects to local sites, which do not necessarily have
	  the same data for testing, or the same words for pattern matching.
	  As such, language specific patterns are now included (de & en).
	  If this distro does not work within your country, please let me know
	  the test results, and I'll try and adapt the code. Patches are also 
	  welcome too ;)

0.08    22/05/2012
	- further update to pattern matches.

0.07    13/05/2012
	- updated pattern matching due to page layout changes.
	- spelling fixes. (thanks to Florian Schlichting & Gregor Herrmann).
	- META tests no longer require specific versions.
	- added minimum perl version (5.006).
        - reworked Makefile.PL for clarity.

0.06    06/05/2011
        - revised link tests to use regexes.

0.05    04/05/2011
        - upgraded to Test::CPAN::Meta::JSON for tests.
        - Google now produces broken XHTML :(

0.04    09/12/2010
        - amended pingtest() in network tests.
        - added further skip test if test books are withdrawn from the site.
        - updated published date in tests.

0.03    06/10/2010
        - fixed skip count.
        - provided alternate ping test methods.

0.02    15/09/2010
        - reworked test structure, so easier to add sample sets.

0.01	06/09/2010
        - initial release