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