Type-Library-Compiler
=====================
Created: 2022-07-12
Maintainer: Toby Inkster (TOBYINK) <tobyink@cpan.org>
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