libperlx-assert-perl 0.904-1 source package in Ubuntu

Changelog

libperlx-assert-perl (0.904-1) unstable; urgency=low


  * Initial packaging release.
    Closes: bug#779132.

 -- Jonas Smedegaard <email address hidden>  Tue, 24 Feb 2015 19:28:25 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libperlx-assert-perl_0.904-1.dsc 2.3 KiB db73e86b5b22a058fe6ec0c6da51a8b7d354f67fa4a01e1ccef5ee813708e199
libperlx-assert-perl_0.904.orig.tar.gz 18.9 KiB 2d20aa2377dc5cf03629171fa5d0867cdc9d4ac0c582ef684520358abc91b1c1
libperlx-assert-perl_0.904-1.debian.tar.xz 3.3 KiB bb12faa9fb8d4dd9f6373aca5cc93c80d5a419bb4aa6d3cd9ba86e1f0b3920f5

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.