Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Schedule-Cron | Distribution: Fedora Project |
Version: 1.01 | Vendor: Fedora Project |
Release: 3.el8 | Build date: Sat Oct 12 19:31:08 2019 |
Group: Unspecified | Build host: buildvm-14.phx2.fedoraproject.org |
Size: 97274 | Source RPM: perl-Schedule-Cron-1.01-3.el8.src.rpm |
Packager: Fedora Project | |
Url: https://metacpan.org/release/Schedule-Cron | |
Summary: Provides a simple but complete cron like scheduler |
This module provides a simple but complete cron like scheduler. I.e this modules can be used for periodically executing Perl subroutines. The dates and parameters for the subroutines to be called are specified with a format known as crontab entry (see man page crontab(5) or documentation of Schedule::Cron). 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 mechanism to create crontab entries dynamically, which isn't that easy with cron. Schedule::Cron knows about all extensions (well, at least all extensions I'm aware of, i.e those of the so called "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. And even a bit more (like lists and ranges with symbolic names). This module is rather effective concerning system load. It calculates the execution dates in advance and will sleep until those dates are reached (and wont wake up every minute to check for execution like cron). However, it relies on the accuracy of your sleep() system call.
GPL+ or Artistic
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Dec 12 2018 Andrew Bauer <zonexpertconsulting@outlook.com> - 1.01-1 - Initial specfile
/usr/share/doc/perl-Schedule-Cron /usr/share/doc/perl-Schedule-Cron/CHANGES /usr/share/doc/perl-Schedule-Cron/ChangeLog /usr/share/doc/perl-Schedule-Cron/README /usr/share/doc/perl-Schedule-Cron/examples /usr/share/doc/perl-Schedule-Cron/examples/cron.tab /usr/share/doc/perl-Schedule-Cron/examples/custom_sleep.pl /usr/share/doc/perl-Schedule-Cron/examples/simple.pl /usr/share/licenses/perl-Schedule-Cron /usr/share/licenses/perl-Schedule-Cron/Licensing.html /usr/share/man/man3/Schedule::Cron.3pm.gz /usr/share/perl5/vendor_perl/Schedule /usr/share/perl5/vendor_perl/Schedule/Cron.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Jan 23 03:46:33 2025