libend-perl 2009110401-1.1 source package in Ubuntu

Changelog

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

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Thu, 07 Jan 2021 16:39:36 +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
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libend-perl_2009110401-1.1.dsc 2.0 KiB 2a7036f7b9a2645e1880351da2e9d5c03c297517527bf5ff1c97135fe95e0f7d
libend-perl_2009110401.orig.tar.gz 3.9 KiB f4346857781dd6351d37db43e43824012ac09a96953cc5158985abb6c866172e
libend-perl_2009110401-1.1.debian.tar.xz 3.1 KiB de41057c3a41b9142076a5c6499d2ba03c9e84d278da4bc66229822369f73ebc

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.