libguard-perl 1.023-2build2 source package in Ubuntu

Changelog

libguard-perl (1.023-2build2) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:42:53 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libguard-perl_1.023.orig.tar.gz 6.9 KiB 34c4ddf91fc93d1090d86da14df706d175b1610c67372c01e12ce9555d4dd1dc
libguard-perl_1.023-2build2.debian.tar.xz 3.8 KiB 136979b8ff1b0898c134e2fbafa75c5a587c1694707f9832a331fed592a166ad
libguard-perl_1.023-2build2.dsc 2.0 KiB 85176a13e0cb76e40319025ea30acf0e33aa5b52fabd811d1efba7999c7feb37

Available diffs

View changes file

Binary packages built by this source

libguard-perl: Perl module providing safe cleanup using guard objects

 Guard is a Perl module implementing so-called "guards," which are things that
 "guard" a resource, ensuring that it is safely cleaned up when expected, even
 if exceptional conditions interrupt the normal control flow. This allows one
 to write code which executes an arbitrary code block or subroutine when either
 the related Guard Object is destroyed or when the current scope ends. In other
 languages, this sort of functionality is provided by the 'finally' keyword.

libguard-perl-dbgsym: debug symbols for libguard-perl