libend-perl 2009110401-3 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + libend-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 20:47:05 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libend-perl_2009110401-3.dsc 2.0 KiB bd2e10bace0b0674e10030e91775551af9c2823791340ec4abd5ee295ee8d0a1
libend-perl_2009110401.orig.tar.gz 3.9 KiB f4346857781dd6351d37db43e43824012ac09a96953cc5158985abb6c866172e
libend-perl_2009110401-3.debian.tar.xz 3.5 KiB d05c3e493bc1979d53a297b3c2a0ae257ec16af246a0d9caf864763d23cfcc96

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.