2006-11-27 Roland Huss * Cron.pm (REAPER): Added support for plattforms where POSIX is not available. (run): Call previous childhandler only if it is a coderef 2006-11-08 Roland Huss * Cron.pm (run): Removed leading space when no process prefix is used (for backwards compatibility) 2006-11-05 Roland Huss * CHANGES: added long forgotten patch for child process handling 2006-11-05 Roland Huss * CHANGES: added patches and suggestions from - Andrew Danforth - Frank Mayer - Jamie McCarthy - Andy Ford Thanks ! 2006-11-04 Roland Huss * Cron.pm: Worked on: - Reexamination of crontabs entry in 'nofork' mode if someone has added a new entry 2004-01-30 Roland Huss * t/entry.t (Module): added and extended tests 2004-01-29 Roland Huss * Cron.pm (add_entry): added heuristic for parsing crontab with 6 time columns 2004-01-28 Roland Huss * 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 * Cron.pm (get_next_execution_time): added recognition of "*/5" notations (thanks to Loic Paillotin for spotting this problem) 2002-04-02 Roland Huss * Released 0.0.5 2000-07-05 Roland Huss * 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 * 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 * Cron.pm: Fixed bug in regexp splitting the crontab entry in get_next_execution_time() report by Peter Vary 2000-03-23 Roland Huss * 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 * Initial release 0.001