libguard-perl 1.022-1build1 source package in Ubuntu

Changelog

libguard-perl (1.022-1build1) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 19:59:04 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Downloads

File Size SHA-256 Checksum
libguard-perl_1.022.orig.tar.gz 6.6 KiB 35f1ba97f19a5029ecd1eba94399259592e359e0f5686aef6e758496484a5869
libguard-perl_1.022-1build1.debian.tar.gz 3.3 KiB bdc77f1baaca645b651d3d5bf14fa16b9b8380a0fee92be8ad9e51047b1f1364
libguard-perl_1.022-1build1.dsc 2.0 KiB 513538920214474b0ff76358d541c15f2f92a96918037c4c2df167798833bc34

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.