Name: | perl-Type-Tie |
---|---|
Version: | 0.015 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 49779 |
License: | GPL+ or Artistic |
RPM: | perl-Type-Tie-0.015-1.el9.noarch.rpm |
Source RPM: | perl-Type-Tie-0.015-1.el9.src.rpm |
Build Date: | Tue Feb 08 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Type-Tie |
Summary: | Tie a variable to a type constraint |
Description: | This module exports a single function: ttie, which ties a variable to a type constraint, ensuring that whatever values stored in the variable will conform to the type constraint. If the type constraint has coercions, these will be used if necessary to ensure values assigned to the variable conform. |