Date::Calc::Iterator version 1.01
=================================

Date::Calc::Iterator lets you iterate over a range of dates; by default it
iterates day by day, but you can specify an integer step different
from 1 (day).

I didn't have time to test this module thoroughly, so comments on it
are gladly welcome.

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

DEPENDENCIES

This module requires these other modules and libraries:

 Test::More
 Date::Calc

COPYRIGHT AND LICENCE

Copyright (C) 2003-2018 Marco Marongiu.

Contributions in the 1.01 release by Neil Bowers.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.