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: 8.el9 | Build date: Wed Feb 2 16:50:11 2022 |
Group: Unspecified | Build host: buildvm-ppc64le-10.iad2.fedoraproject.org |
Size: 97273 | Source RPM: perl-Schedule-Cron-1.01-8.el9.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 Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
/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, Fri Nov 15 07:51:05 2024