libswitch-perl 2.17-3 source package in Ubuntu

Changelog

libswitch-perl (2.17-3) unstable; urgency=medium

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

  [ gregor herrmann ]
  * Change bugtracker URL(s) to HTTPS.
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

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

  [ Laurent Baillet ]
  * fix lintian spelling-error-in-description warning

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.
  * Set upstream metadata fields: Bug-Submit.

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

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 11:14:38 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libswitch-perl_2.17-3.dsc 2.0 KiB 92116b208f06d95e311d8aa5c7ad1ae8f72e4485785a1e1f986749322d7b5aed
libswitch-perl_2.17.orig.tar.gz 14.2 KiB 31354975140fe6235ac130a109496491ad33dd42f9c62189e23f49f75f936d75
libswitch-perl_2.17-3.debian.tar.xz 3.0 KiB f62a99374de2c7fa6963877655c3ca1cea7c56dd10598a27414589ae5aadd540

Available diffs

No changes file available.

Binary packages built by this source

libswitch-perl: switch statement for Perl

 Switch.pm implements a generalized case mechanism that covers many
 possible combinations of switch and case values.
 .
 This is an obsolete module provided for compatibility since it is being
 removed from the core. For perl 5.10 and above the "given/when" builtins
 are much preferred.