Type-Tie ======== Created: 2013-05-05 Home page: Bug tracker: Maintainer: Toby Inkster (TOBYINK) 0.014 2019-02-25 [ Bug Fixes ] - Make Type::Nano overloading work on Perl 5.8. 0.013 2019-01-06 [ Documentation ] - Clarify rationale and use of Type::Nano. 0.012 2019-01-02 [ Test Suite ] - Check that Type::Nano type constraints work with Moo. 0.011 2018-06-26 [ Documentation ] - Improvements to Type::Nano documentation. [ Other ] - Added: Type::Nano does overloading. 0.010 2018-06-26 [ Packaging ] - Bundle Type::Nano for testing. - Bundle copies of Test::Requires, Try::Tiny, and Test::Fatal in inc. 0.009 2014-09-17 [ Packaging ] - Repackage with newer version of Dist::Inkt to fix META.json error. 0.008 2014-07-14 [ Test Suite ] - Include a test case with a simple local implementation of Type::API. [ Packaging ] - Types::Standard and MooseX::Types::Moose are now just listed as 'suggested' for testing. (They were 'required' and 'recommended' respectively.) [ Other ] - Type::Tie now passes through the type constraint's error message rather than generating its own. It will still generate its own error message if the type constraint object fails to provide a get_message method. 0.007 2014-02-17 [ Bug Fixes ] - Change ttie prototype from ([\$@%]$;@) to ([\$@%]@). Graham Knop++ [ Packaging ] - Include my TODO list. 0.006 2013-10-04 - Make Hash::FieldHash optional for Perl >= v5.9.4; use Hash::Util::FieldHash if Hash::FieldHash is unavailable. 0.005 2013-09-30 - Stop using base.pm. - Updated: Use Exporter::Tiny instead of Exporter::TypeTiny. 0.004 2013-09-06 [ Bug Fixes ] - Fix weird bug in Perl < 5.14. [ Test Suite ] - Add a test case for using Type::Tie with MooseX::Types::Moose. [ Other ] - Rename the undocumented `store_value` method to `coerce_and_check_value`. - Use compiled checks and coercions when possible. 0.003 2013-09-04 [ Bug Fixes ] - Implement SPLICE as part of the tied array interface. [ Packaging ] - Convert to Dist::Inkt. - Fix link to source code repository. 0.002 2013-06-22 - Support Type::API. 0.001 2013-05-05 Initial release