Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

Type-Library-Compiler
=====================
Created: 2022-07-12
Maintainer: Toby Inkster (TOBYINK) <tobyink@cpan.org>
0.008 2025-03-31
[ SECURITY ]
- Fix: Rebuild using newer version of Mite.
[ Bug Fixes ]
- Fix DOES to prevent infinite recursion.
0.007 2022-07-19
[ Test Suite ]
- Add test for using compiled libraries with Moo.
[ Other ]
- Improved generated pod.
- Internally use blessed hashrefs instead of blessed arrayrefs.
0.006 2022-07-19
- Set $TLC_VERSION package variable in compiled libraries.
- Smarter to_TypeTiny method for unions.
0.005 2022-07-13
- Added: Support Foo|Bar union type constraints.
0.004 2022-07-13
[ Bug Fixes ]
- Fix bug building hashref in parse_list.
0.003 2022-07-13
- Not supported by CLI yet, but it's now possible for types in the
generated library to be named differently from in the original library;
this allows for anonymous type constraints to be used to generate your
compiled library.
- Smarter to_TypeTiny method.
0.002 2022-07-12
[ Documentation ]
- Fix generated pod and real pod being confused.
0.001 2022-07-12 Initial release