Télécharger la liste

Description du projet

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.

Système requise

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

Outre des corrections de bugs divers, cette version permet un changement d'horaire dynamique entre deux événements cron, l'exploitation forestière à des niveaux différents journaux, et contient quelques améliorations de sécurité.
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

Le présent communiqué (final) corrige plusieurs bugs. Pas de fonctionnalités seront ajoutées, mais de nouvelles versions mineures qui pourrait arriver à corriger les bugs.
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

Cette version corrige un bogue qui peut arriver lors d'une backswitch DST, c'est à dire quand le temps est allumé reculent d'une heure au moment de quitter l'heure d'été. C'est arrivé pour certains fuseaux horaires (par exemple PST8PDT) et pourrait provoquer Horaire:: cron pour lancer Amok lorsqu'un travail est déclenchée dans l'heure supplémentaire. Mettre à jour est fortement recommandée.
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