Download List

프로젝트 설명

Schedule::Cron is a Perl module that provides a simple but complete cron-like scheduler. It can be used for periodically executing Perl subroutines. The philosophy behind Schedule::Cron is to call subroutines periodically from within one single Perl program instead of letting cron trigger several (possibly different) Perl scripts. Everything under one roof. Furthermore, Schedule::Cron provides a mechanism to create crontab entries dynamically, which isn't that easy with cron. It knows about all extensions (at least all extensions the author is aware of, i.e those of "Vixie" cron) for crontab entries like ranges including 'steps', specification of month and days of the week by name, or coexistence of lists and ranges in the same field. It even supports a bit more (like lists and ranges with symbolic names). It has existed since 1999 on CPAN and is successfully used in many projects.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-06-06 22:56
1.01

각종 버그수정 게다가, 이번 릴리스는, 여러 가지 로그 수준 로깅,이 Cron의 이벤트 사이의 역동적인 일정 변경을 가능하게하고 몇 가지 보안 강화 기능이 포함되어 있습니다.
Tags: Minor, Bugfixes
Beside various bugfixes, this release enables a dynamic schedule change between two cron events, logging with various log levels, and contains some security enhancements.

2010-05-17 21:22
1.00

이 (최종) 릴리즈는 몇 가지 버그를 수정합니다. 더 이상 기능은, 그러나 추가됩니다 신규 출시 사소한 버그를 해결하기 위해 일어날 수도 있습니다.
Tags: Major, Final, Bugfixes
This (final) release fixes several bugs. No more features will be added, but new minor releases might happen to fix bugs.

2009-09-12 23:37
0.99

이 릴리스에는 수정이 시행되는 DST 기간 동안 backswitch 때, 시간이 한 시간 뒤로 여름에 시간을 떠날 때 스위치, 즉 버그가 발생할 수있습니다. 그것은 특정 시간대에 대한 () PST8PDT 예 일어난 일정을 일으킬 수있습니다 : : : Cron은 닥치는대로 일을 할 때 여분의 시간 트리거를 실행합니다. 업그레 이드하는 것이 좋습니다.
Tags: Minor bugfixes
This release fixes a bug which can happen during a DST backswitch, i.e. when the time is switched back one hour when leaving summer time. It happened for certain timezones (e.g. PST8PDT) and could cause Schedule::Cron to run amok when a job is triggered within the extra hour. Upgrading is highly recommended.

Project Resources