/usr/share/doc/libpoe-component-schedule-perl/README is in libpoe-component-schedule-perl 0.95-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | 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.
|