freebsd-ports/devel/p5-Algorithm-Cron/pkg-descr
Vanilla I. Shu 2566926301 Add p5-Algorithm-Cron 0.09, abstract implementation of the cron(8)
scheduling algorithm.

PR:		198308
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr>
2015-03-10 06:12:11 +00:00

7 lines
413 B
Text

Algorithm::Cron - abstract implementation of the cron(8) scheduling algorithm
Objects in this class implement a time scheduling algorithm such as used by
cron(8). Objects are stateless once constructed, and represent a single schedule
as defined by a crontab(5) entry. The object implements a method next_time
which returns an epoch timestamp value to indicate the next time included
in the crontab schedule.