Set::Infinite::_recurrence - Extends Set::Infinite with recurrence functions


NAME

Set::Infinite::_recurrence - Extends Set::Infinite with recurrence functions


SYNOPSIS

    $recurrence = $base_set->_recurrence ( \&next, \&previous );


DESCRIPTION

This is an internal class used by the DateTime::Set module. The API is subject to change.

It provides all functionality provided by Set::Infinite, plus the ability to define recurrences with arbitrary objects, such as dates.


METHODS


CONSTANTS


SUPPORT

Support is offered through the datetime@perl.org mailing list.

Please report bugs using rt.cpan.org


AUTHOR

Flavio Soibelmann Glock <fglock@pucrs.br>

The recurrence generation algorithm is based on an idea from Dave Rolsky.


COPYRIGHT

Copyright (c) 2003 Flavio Soibelmann Glock. All rights reserved. This program is free software; you can distribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.


SEE ALSO

Set::Infinite

DateTime::Set

For details on the Perl DateTime Suite project please see http://datetime.perl.org.

 Set::Infinite::_recurrence - Extends Set::Infinite with recurrence functions