libschedule-cron-perl 1.01-2 source package in Ubuntu

Changelog

libschedule-cron-perl (1.01-2) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 09:47:03 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libschedule-cron-perl_1.01-2.dsc 2.2 KiB b4bda0e982f9bc83a2078c633d6748b973866b2395d2588950963e67b40bb3b6
libschedule-cron-perl_1.01.orig.tar.gz 39.5 KiB 8212766652e098e23e1ef193b9739e9cc0ed106425cb9f8a50111877cfe02940
libschedule-cron-perl_1.01-2.debian.tar.xz 4.9 KiB ee76c999ce8c41fa85605209ca23cb0446a0efd9eac6d84ebc04f275d49627eb

Available diffs

No changes file available.

Binary packages built by this source

libschedule-cron-perl: 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.