Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / p5-Schedule-Cron-Events / pkg-descr
1 Given a line from a crontab, tells you the time at which cron will
2 next run the line, or when the last event occurred, relative to any
3 date you choose. The object keeps that reference date internally,
4 and updates it when you call nextEvent() or previousEvent() - such
5 that successive calls will give you a sequence of events going
6 forward, or backwards, in time.
7
8 Use setCounterToNow() to reset this reference time to the current
9 date on your system, or use setCounterToDate() to set the reference
10 to any arbitrary time, or resetCounter() to take the object back
11 to the date you constructed it with.
12
13 This module uses Set::Crontab to understand the date specification,
14 so we should be able to handle all forms of cron entries.
15
16 WWW: https://metacpan.org/release/Schedule-Cron-Events