Type-Tie
========
Created: 2013-05-05
Home page: <https://metacpan.org/release/Type-Tie>
Bug tracker: <http://rt.cpan.org/Dist/Display.html?Queue=Type-Tie>
Maintainer: Toby Inkster (TOBYINK) <tobyink@cpan.org>
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