librecommended-perl 0.003-2 source package in Ubuntu

Changelog

librecommended-perl (0.003-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

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

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

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libmodule-runtime-perl.
    + librecommended-perl: Drop versioned constraint on libmodule-runtime-perl
      in Depends.

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

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
librecommended-perl_0.003-2.dsc 2.1 KiB 29456e7fa5d75b48c547a9b0276c768f57213917ebb316233afe4259078438d4
librecommended-perl_0.003.orig.tar.gz 14.3 KiB 6bac5036ea9dac3d4691efa5ddf65f41835537057d40005a1f628379e51afcf6
librecommended-perl_0.003-2.debian.tar.xz 2.3 KiB 9f17757c431b871deeda56ad25729cd16852f98a8c1bf6c537dfae3bfec5d1de

Available diffs

No changes file available.

Binary packages built by this source

librecommended-perl: Load recommended Perl modules on demand when available

 recommended gathers a list of recommended modules and versions and provides
 means to check if they are available. It is a thin veneer around
 Module::Runtime.
 .
 There are two major benefits over using Module::Runtime directly:
 .
   * Self-documents recommended modules together with versions at the top
     of your code, while still loading them on demand elsewhere.
   * Dies if a recommended module exists but fails to compile, but
     doesn't die if the module is missing or the version is insufficient.
     This is not something that Module::Runtime offers in a single
     subroutine.