The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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.004	2013-09-06

 [ Bug Fixes ]
 - Fix weird bug in Perl < 5.14.

 [ 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