Thu, 05 Feb 2026 03:17:50 CST | login

Information for build perl-Schedule-Cron-1.05-2.oc9

ID39541
Package Nameperl-Schedule-Cron
Version1.05
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Schedule-Cron.git?.#ba58682d1d60f010413d6dcd0163db71d3026089
SummaryProvides a simple but complete cron like scheduler
DescriptionThis 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.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 19:09:42 CST
CompletedFri, 13 Jun 2025 19:13:56 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Schedule-Cron.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Schedule-Cron.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Schedule-Cron-1.05-2.oc9.src.rpm (info) (download)
noarch
perl-Schedule-Cron-1.05-2.oc9.noarch.rpm (info) (download)
Logs
noarch
dnf.rpm.log
dnf.librepo.log
mock_output.log
dnf.log
state.log
installed_pkgs.log
build.log
mock_config.log
hw_info.log
root.log
noarch_rpmdiff.json
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.05-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.05-1 - initial build