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. |
- Update to 0.015 - Document that Clone::clone will not work (CPAN RT#127576) - Set up Storable hooks to play nice with Storable::dclone - Support Hash::Util::FieldHash::Compat as an alternative to Hash::FieldHash because it seems to pass its tests better on Perl 5.8