[ ソース: 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 作の実用的な抽出とレポート用の言語