File: control

package info (click to toggle)
libcatalyst-plugin-scheduler-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 236 kB
  • ctags: 132
  • sloc: perl: 1,831; makefile: 4
file content (41 lines) | stat: -rw-r--r-- 1,594 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
Source: libcatalyst-plugin-scheduler-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 8)
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: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-plugin-scheduler-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libcatalyst-plugin-scheduler-perl.git
Homepage: http://search.cpan.org/dist/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.