Revision history for Perl extension ModisDownload.

0.01  Thu Feb 19 14:39:14 2015
	- original version; created by h2xs 1.23 with options
		-AXc -n ModisDownload

0.1   Thu Mar 12 13:43:39 CET 2015
  - new function download

0.2
  - changed name to WebService::MODIS

1.0   Mon Mar 16 14:06:56 CET 2015
  - totally rewritten API, see SYNOPSIS, in manual

1.1   Tue Apr 14 09:27:57 CEST 2015
  - changed the old t/ModisDownload.t file to t/WebService-MODIS.t, which was not done after renaming the module and added a mini test

1.2   Tue Apr 14 17:48:53 CEST 2015
  - added the dependencies to the Makefile.PL

1.3   Fri May  8 21:02:41 CEST 2015
  - removed OS check
  - removed minimum version for required modules
  - see: https://rt.cpan.org/Public/Bug/Display.html?id=104274

1.4   Tue May 19 10:49:37 CEST 2015
  - accidentially deleted $cacheDir initialization in previous version. Now defined by module File::HomeDir
  - set minimum versions for List::Util, since "any" is not available before version 1.33)