File: README

package info (click to toggle)
libpoe-component-schedule-perl 0.95-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 244 kB
  • sloc: perl: 650; makefile: 4
file content (42 lines) | stat: -rw-r--r-- 999 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42

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.