• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Schedule/Cron/H10-Apr-2016-594325

t/H10-Apr-2016-557369

MANIFESTH A D10-Apr-2016299 1211

META.jsonH A D10-Apr-20161.3 KiB5655

META.ymlH A D10-Apr-2016687 2827

Makefile.PLH A D20-Nov-2015944 3833

READMEH A D20-Nov-2015517 2414

cron_event_predict.plxH A D20-Nov-20153.6 KiB12549

README

1
2Schedule::Cron::Events
3
4From a line in a crontab find out when the event will actually occur,
5relative to an arbitrary date.
6
7An object oriented package which makes an object for a given crontab
8line which can then be interrogated.
9
10To install by hand on a Unix-like system:
11
12perl Makefile.PL
13make
14make test
15make install
16
17Other systems will have their own way of doing things, but this package
18basically consists of a single pure-perl library.
19
20Depends on Set::Crontab and Time::Local
21
22P Kent pause at selsyn.co.uk
23
24