[ 原始碼: libperlx-assert-perl ]
套件:libperlx-assert-perl(0.905-3)
libperlx-assert-perl 的相關連結
Debian 的資源:
下載原始碼套件 libperlx-assert-perl:
- [libperlx-assert-perl_0.905-3.dsc]
- [libperlx-assert-perl_0.905.orig.tar.gz]
- [libperlx-assert-perl_0.905-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
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.
其他與 libperlx-assert-perl 有關的套件
|
|
|
|
-
- dep: libdevel-declare-perl
- module to add new syntax to Perl
-
- dep: libdevel-strictmode-perl
- determine whether strict (but slow) tests should be enabled
-
- dep: libexporter-tiny-perl
- tiny exporter similar to Sub::Exporter
-
- dep: libkeyword-simple-perl
- Perl module to define new keywords in pure Perl
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language