Set::Infinite::_recurrence(3pm) User Contributed Perl Documentation Set::Infinite::_recurrence(3pm)

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

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

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.

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

Please report bugs using rt.cpan.org

Flavio Soibelmann Glock <fglock@gmail.com>

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

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.

Set::Infinite

DateTime::Set

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

2022-06-13 perl v5.34.0