https://github.com/dolmen/p5-poe-component-schedule
Automatically exported from code.google.com/p/poe-component-schedule
https://github.com/dolmen/p5-poe-component-schedule
Last synced: 28 days ago
JSON representation
Automatically exported from code.google.com/p/poe-component-schedule
- Host: GitHub
- URL: https://github.com/dolmen/p5-poe-component-schedule
- Owner: dolmen
- Created: 2015-08-17T21:23:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-17T21:28:33.000Z (over 9 years ago)
- Last Synced: 2024-10-06T02:05:37.487Z (7 months ago)
- Language: Perl
- Size: 234 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
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 installDEPENDENCIES
(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 FeddeThis 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.