libperlx-assert-perl 0.905-3 source package in Ubuntu

Changelog

libperlx-assert-perl (0.905-3) unstable; urgency=medium

  * Team upload.
  * Remove Makefile.old via debian/clean. (Closes: #1049238)

 -- gregor herrmann <email address hidden>  Thu, 07 Mar 2024 19:03:00 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libperlx-assert-perl_0.905-3.dsc 2.4 KiB 4afbb1a9e75b7462aa5aae77ff0469e12d9b64d55ddb99cd236aa0cc26b475fa
libperlx-assert-perl_0.905.orig.tar.gz 17.7 KiB 8cd67df35a31a85678aa81abdd58a654efd5ab8ca7742701cb54d60eb2c6e4f2
libperlx-assert-perl_0.905-3.debian.tar.xz 3.7 KiB 82b571620ff47f7435241c009680a79afc9c53c36899fcdd778ef5376b6b8646

Available diffs

No changes file available.

Binary packages built by this source

libperlx-assert-perl: yet another assertion keyword

 PerlX::Assert is a framework for embedding assertions in Perl code.
 Under normal circumstances, assertions are not checked; they are
 optimized away at compile time.
 .
 However if, at compile time, any of the following environment variables
 is true, assertions are checked, and if they fail, throw an exception.
 .
  - PERL_STRICT
  - AUTHOR_TESTING
  - EXTENDED_TESTING
  - RELEASE_TESTING
 .
 That is, assertions will only typically be checked when the test suite
 is being run on the authors' machine, or otherwise opted into.