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.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