File: control

package info (click to toggle)
libcatalyst-plugin-scheduler-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 236 kB
  • sloc: perl: 1,831; makefile: 4
file content (43 lines) | stat: -rw-r--r-- 1,658 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: libcatalyst-plugin-scheduler-perl
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
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.