libguard-perl 1.023-2build3 source package in Ubuntu

Changelog

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

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 15:51:07 +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-2build3.debian.tar.xz 3.9 KiB f5b671a1e72b5f17c0fdf201b39a9b7c85513ce15fa0d776b2a4eac0839ac00f
libguard-perl_1.023-2build3.dsc 2.0 KiB 623991a543a738f60dbfdafe44027e535014b33778fafe383bb1147c4d94531d

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