Revision history for Loo
0.01 Date/time
First version, released on an unsuspecting world.
0.04 2026/03/26
- improve indentation handling
0.05 2026/03/26
- Attempt to fix windows deparse bugs
- Add include_dir sub to assist in dynamically linking the reusable C headers
0.06 2026/03/26
- Fix various bugs around parsing variable names via AELEM* should now hopefully support 5.10 -> latest
0.07 2026/03/27
- Fix deparse blank line on older Perls (5.10-5.12) for postfix for loops
- Fix OP_EMPTYAVHV guard to support Perl 5.36-5.38 empty {} and [] constructors
- Fix blessed regex detection on pre-5.12 Perls using PERL_MAGIC_qr
- Fix Sortkeys coderef test expecting array ref instead of hash ref
0.08 2026/03/28
- Fix PADNAME typedef guard for Perl 5.20 (was incorrectly guarded at < 22)
- Fix OP_PADSV_STORE version guard from >= 36 to >= 38 (introduced in 5.38)
0.09 2026/03/29
- Fix OP_EMPTYAVHV preprocessor guards - use version check instead of #ifdef
since OP_EMPTYAVHV is an enum value not a #define in Perl 5.36+