Source: libcatalyst-plugin-scheduler-perl Section: perl Testsuite: autopkgtest-pkg-perl Rules-Requires-Root: no Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 10) Build-Depends-Indep: perl, libcatalyst-perl, libclass-accessor-perl, libclass-data-inheritable-perl, libdatetime-perl, libdatetime-event-cron-perl, libdatetime-timezone-perl, libmro-compat-perl, libset-scalar-perl, libtest-pod-perl, libtest-pod-coverage-perl, libyaml-syck-perl | libyaml-perl Standards-Version: 4.1.3 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-plugin-scheduler-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-plugin-scheduler-perl.git Homepage: https://metacpan.org/release/Catalyst-Plugin-Scheduler Package: libcatalyst-plugin-scheduler-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcatalyst-perl, libclass-accessor-perl, libclass-data-inheritable-perl, libdatetime-perl, libdatetime-event-cron-perl, libdatetime-timezone-perl, libmro-compat-perl, libset-scalar-perl, libyaml-syck-perl | libyaml-perl Description: Catalyst plugin for scheduling events to run in a cron-like fashion The Catalyst::Plugin::Scheduler plugin allows you to schedule events to run at recurring intervals. Events will run during the first request which meets or exceeds the specified time. Depending on the level of traffic to the application, events may or may not run at exactly the correct time, but it should be enough to satisfy many basic scheduling needs.