| Name: | rh-perl526-perl-Specio |
|---|---|
| Version: | 0.42 |
| Release: | 3.el7 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 342497 |
| License: | Artistic 2.0 |
| RPM: | rh-perl526-perl-Specio-0.42-3.el7.noarch.rpm |
| Source RPM: | rh-perl526-perl-Specio-0.42-3.el7.src.rpm |
| Build Date: | Thu Oct 25 2018 |
| Build Host: | x86-ol7-builder-03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://search.cpan.org/dist/Specio/ |
| Summary: | Type constraints and coercions for Perl |
| Description: | The Specio distribution provides classes for representing type constraints and coercion, along with syntax sugar for declaring them. 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. In fact, there's no built-in way to apply a type to a variable at all. Instead, you can explicitly check a value against a type, and optionally coerce values to that type. |