Revision history for CPAN module Date::Calc::Iterator 1.02 2018-04-20 BRONTO - Had forgotten to add Changes and t/02-iso-format.t to MANIFEST :-( 1.01 2018-04-19 BRONTO - Added support for ISO 8601 format date strings (YYYY-MM-DD or YYYYMMDD) - Use Date::Calc's date checking, so YYYY-02-30 will now croak, for example - Moved Iterator.pm to lib/Date/Calc/Iterator.pm - Put test dependencies in TEST_REQUIRES, if version of EU::MM supports it - Specify licence "same as perl" in distribution metadata - Specify min perl version 5.006 in metadata - Use croak() instead of die(), to give caller perspective messages - Added github repo to dist metadata - Added Changes file - Dropped META.yml from repo, as it's generated by EU::MM - Changes in this release were submitted by Neil Bowers. 1.00 2004-03-19 BRONTO - First release to CPAN