env-assert 0.008-2 source package in Ubuntu

Changelog

env-assert (0.008-2) unstable; urgency=medium

  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Sat, 11 Nov 2023 18:31:58 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
env-assert_0.008-2.dsc 2.2 KiB 3ca416ae72efe5e31b5c6e76d4fc3be7967011cc85e8948521e96de455688fac
env-assert_0.008.orig.tar.gz 14.8 KiB 1b1d68c616c914520f67313aeb217e5cf0fac005ae7229ac1b436845477a68e0
env-assert_0.008-2.debian.tar.xz 1.7 KiB ff2401a928d89461a90b7907931c84e77f9cc16d76f24c5f0870b6fb9def77e5

No changes file available.

Binary packages built by this source

env-assert: tool to ensure that the environment variables match expectations

 The envassert script, accompanied by the Env::Assert module, checks that
 your runtime environment, as defined with environment variables, matches with
 what you want.
 .
 You can define your required environment in a file.
 Default file is .envassert but you can use any file.
 .
 It is advantageous to use envassert for examnple when running a container. If
 you check your environment for missing or wrongly defined environment
 variables at the beginning of the container run, your container will fail
 sooner instead of in a later point in execution when the variables are
 needed.