Date::Calc::Iterator version 1.00
=================================

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,2004 Marco Marongiu

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

$Id: README,v 1.2 2004/03/17 19:44:40 bronto Exp $