POE::Component::Schedule - Schedule POE events using DateTime::Set iterators


This perl module is a POE component that sends events to POE client sessions on
a schedule defined by a DateTime::Set iterator.




INSTALLATION

To install this module, run the following commands:

       perl Build.PL
       ./Build
       ./Build test
       ./Build install

DEPENDENCIES

(see META.yml for latest information)

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

   perldoc POE::Component::Schedule

You can also view the documentation of the latest release online:

   http://search.cpan.org/dist/POE-Component-Schedule/lib/POE/Component/Schedule.pm

COPYRIGHT & LICENCE

Copyright (C) 2009-2010 Olivier Mengué
Copyright (C) 2007-2008 Chris Fedde

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.3 or,
at your option, any later version of Perl 5 you may have available.