File: control

package info (click to toggle)
libconfig-crontab-perl 1.45-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 284 kB
  • sloc: perl: 1,198; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,245 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
Source: libconfig-crontab-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconfig-crontab-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconfig-crontab-perl.git
Homepage: https://metacpan.org/release/Config-Crontab

Package: libconfig-crontab-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Recommends: cron
Multi-Arch: foreign
Description: module to read/write Vixie-compatible crontab(5) files
 Config::Crontab provides an object-oriented interface to Vixie-style
 crontab(5) files for Perl.
 .
 In short, Config::Crontab reads and writes crontab(5) files (and does a
 little pretty-printing too) using objects. The general idea is that you
 create a Config::Crontab object and associate it with a file (if
 unassociated, it will work over a pipe to crontab -l). From there, you can
 add lines to your crontab object, change existing line attributes, and write
 everything back to file.