File: control

package info (click to toggle)
libschedule-cron-perl 1.01-0.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 212 kB
  • ctags: 41
  • sloc: perl: 1,781; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,171 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
Source: libschedule-cron-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0-16), libtime-modules-perl (>= 2011.0505), libtest-pod-perl (>= 1.00), libtest-pod-coverage-perl, libtest-kwalitee-perl
Maintainer: Miguelangel Jose Freitas Loreto <miguelangel.freitas@gmail.com>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Schedule-Cron/

Package: libschedule-cron-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libtime-modules-perl (>= 2011.0505)
Description: Simple but complete cron like scheduler
 This perl module can be used for periodically executing perl
 subroutines. The dates and parameters for the subroutines to be
 called are specified with a format known as crontab entry (see
 manpage crontab(5) or documentation of Schedule::Cron).
 .
 The philosophy behind Schedule::Cron is to call subroutines
 periodically from within one single Perl program instead of letting
 cron trigger several (possibly different) Perl scripts. Everything
 under one roof. Furthermore Schedule::Cron provides mechanism to
 create crontab entries dynamically, which isn't that easy with cron.