File: control

package info (click to toggle)
libschedule-at-perl 1.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 88 kB
  • sloc: perl: 264; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 990 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
Source: libschedule-at-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Danjean <vdanjean@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               at
Build-Depends-Indep: perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libschedule-at-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libschedule-at-perl.git
Homepage: https://metacpan.org/release/Schedule-At

Package: libschedule-at-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         at
Description: OS independent interface to the Unix 'at' command
 Schedule::At is an Operating System-independent Perl interface to 'at', the
 Unix command that allows you to execute commands at a specified time. It can
 add new jobs to the queue, read current jobs and remove jobs.