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)
1.5 2015-05-22 07:54:11
- File::HomeDir dependency in Makefile.PL
- fixed one POD error
1.6 Thu Dec 3 13:28:23 CET 2015
- Removed initCache test, since it took too long
2.0 Thu Mar 8 15:20:12 CET 2018
Authentication and therefore downloads are working again now. However, I had to add more dependencies to achieve that:
- included a cookie jar (HTTP::Cookies)
- Reading login/password from ~/.netrc
- TODO: include an interactive password dialog