2006-11-05 Roland Huss <roland@cpan.org>
* CHANGES: added patches and suggestions from
- Andrew Danforth
- Frank Mayer
- Jamie McCarthy
- Andy Ford
Thanks !
2006-11-04 Roland Huss <roland@cpan.org>
* Cron.pm: Worked on:
- Reexamination of crontabs entry in 'nofork' mode if someone
has added a new entry
2004-01-30 Roland Huss <roland@cpan.org>
* t/entry.t (Module): added and extended tests
2004-01-29 Roland Huss <roland@cpan.org>
* Cron.pm (add_entry): added heuristic for parsing crontab with 6
time columns
2004-01-28 Roland Huss <roland@cpan.org>
* Cron.pm (new): added new options 'nofork', 'skip', 'catch' and
'log'
(get_next_execution_time): allow a sixth column for specifing the
second to start up
2002-08-09 Roland Huss <roland@cpan.org>
* Cron.pm (get_next_execution_time): added recognition of "*/5"
notations (thanks to Loic Paillotin for spotting this problem)
2002-04-02 Roland Huss <roland@cpan.org>
* Released 0.0.5
2000-07-05 Roland Huss <roland@cpan.org>
* Cron.pm: added patch from Lars Holokowo for working around a bug
in parsedate, which has trouble in parsing times in the form "3:1
2000/6/30". Added tests to check for those dates
2000-06-14 Roland Huss <roland@cpan.org>
* Cron.pm: added additional check for arguments to avoid warnings
as suggested by David Parker
* Makefile.PL: added check for Time::ParseDate as suggested by
Philippe Verdret
2000-06-12 Roland Huss <roland@cpan.org>
* Cron.pm: Fixed bug in regexp splitting the crontab entry in
get_next_execution_time() report by Peter Vary
2000-03-23 Roland Huss <roland@cpan.org>
* Cron.pm: fixed problem when reaping childs: Now SIGCHLD handler
can handle more than one finished child at once (thanx to Bray
Jones for discovering this bug)
2000-01-02 Roland Huss <roland@cpan.org>
* Initial release 0.001