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.05 | Vendor: Fedora Project |
Release: 5.fc41 | Build date: Sat Jul 20 03:40:29 2024 |
Group: Unspecified | Build host: buildvm-s390x-10.s390.fedoraproject.org |
Size: 99624 | Source RPM: perl-Schedule-Cron-1.05-5.fc41.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 19 2024 Fedora Release Engineering <[email protected]> - 1.05-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 1.05-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 1.05-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 1.05-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Feb 23 2023 Andrew Bauer <[email protected]> - 1.05-1 - 1.05 release * Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 1.04-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Oct 08 2022 Andrew Bauer <[email protected]> - 1.04-1 - 1.04 release * Thu Oct 06 2022 Andrew Bauer <[email protected]> - 1.03-1 - 1.03 release * Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 1.01-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
/usr/share/doc/perl-Schedule-Cron /usr/share/doc/perl-Schedule-Cron/Changes /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, Sun Oct 27 05:57:41 2024