Pakket: libspecio-perl (0.48-1)
Verwijzigingen voor libspecio-perl
Debian bronnen:
Het bronpakket libspecio-perl downloaden:
Beheerders:
Externe bronnen:
- Homepage [metacpan.org]
Vergelijkbare pakketten:
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.
Andere aan libspecio-perl gerelateerde pakketten
|
|
|
|
-
- 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
- mro::* interface compatibility for Perls < 5.9.5
-
- 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's Practical Extraction and Report Language
-
- rec: libref-util-perl
- set of utility functions for checking references
-
- sug: libtest-fatal-perl
- module for testing code with exceptions
-
- sug: libtry-tiny-perl
- module providing minimalistic try/catch