[ ソース: libspecio-perl ]
パッケージ: libspecio-perl (0.48-1)
libspecio-perl に関するリンク
Debian の資源:
libspecio-perl ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Perl module providing type constraints and coercions
Specio provides classes for representing type constraints and coercion, along with the syntactic sugar for declaring them.
This distribution ships with a set of builtin types representing the types provided by the Perl interpreter itself.
Note that this is not a proper type system for Perl. Nothing in this distribution will magically make the Perl interpreter start checking a value's type on assignment to a variable.
Module Test::Specio requires the packages libtest-fatal-perl libtry-tiny-perl.
その他の libspecio-perl 関連パッケージ
|
|
|
|
-
- dep: libdevel-stacktrace-perl
- Perl module containing stack trace and related objects
-
- dep: libeval-closure-perl
- Perl module to safely and cleanly create closures via string eval
-
- dep: libmodule-runtime-perl
- Perl module for runtime module handling
-
- dep: libmro-compat-perl
- 5.9.5 より前の Perl 向け mro::* 互換性インターフェース
-
- dep: librole-tiny-perl
- Perl module for minimalist role composition
-
- dep: libsub-quote-perl
- helper modules for subroutines
-
- dep: libxstring-perl
- module containing isolated string helpers from B
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- rec: libref-util-perl
- set of utility functions for checking references
-
- sug: libtest-fatal-perl
- 例外によるコードのテスト用モジュール
-
- sug: libtry-tiny-perl
- module providing minimalistic try/catch