libend-perl 2009110401-2 source package in Ubuntu

Changelog

libend-perl (2009110401-2) unstable; urgency=medium

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Ryan Niebur from Uploaders. Thanks for your work!

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

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

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

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

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 21:35:12 +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
libend-perl_2009110401-2.dsc 2.0 KiB 2bfb5b561f21f0c6ce52846b977de5a6c4a3e10fa824397612228c4a813798ff
libend-perl_2009110401.orig.tar.gz 3.9 KiB f4346857781dd6351d37db43e43824012ac09a96953cc5158985abb6c866172e
libend-perl_2009110401-2.debian.tar.xz 3.5 KiB 1021bf5ac58361bf1940a73addd3509919de57f5395065cef9c6cc96122dcac0

Available diffs

No changes file available.

Binary packages built by this source

libend-perl: Perl interface to execute code at end of scope

 End is a Perl module that exports a single subroutine, end, which enables
 execution of code whenever the current block is exited, regardless of whether
 it is due to a return, next, last, redo, exit, die, goto or just reaching the
 end of the current block.