libenv-sanctify-perl 1.12-3 source package in Ubuntu

Changelog

libenv-sanctify-perl (1.12-3) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 19:42:17 +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
libenv-sanctify-perl_1.12-3.dsc 2.1 KiB dd95e0a98625794ae09366f5d5a351e7642854fdb1eaab939576cbb35565f8ce
libenv-sanctify-perl_1.12.orig.tar.gz 12.5 KiB 20e3b5661c265474a69f2899478eb27b9464925586bb6b6fb666129e5828325f
libenv-sanctify-perl_1.12-3.debian.tar.xz 2.6 KiB edd4b96fc5ac1a4455154b334efb0efd019ccff1ace5f06e9a1070e8ecf1a749

Available diffs

No changes file available.

Binary packages built by this source

libenv-sanctify-perl: Perl module providing lexically scoped environment (%ENV)

 Env::Sanctify is a module that provides lexically scoped manipulation and
 sanctification of %ENV. With this module, one can add or alter environment
 variables, later restoring the environment back either manually or
 automatically once the object falls out of scope.
 .
 This is useful for manipulating the environment that forked processes and
 sub-processes will inherit.