Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Algorithm-Cron / pkg-descr
1 Algorithm::Cron - abstract implementation of the cron(8) scheduling algorithm
2
3 Objects in this class implement a time scheduling algorithm such as used by 
4 cron(8). Objects are stateless once constructed, and represent a single schedule
5  as defined by a crontab(5) entry. The object implements a method next_time
6 which returns an epoch timestamp value to indicate the next time included 
7 in the crontab schedule.