1--- %YAML:1.2 20.01: 3 - >- 4 original version; created by h2xs 1.5 with options -X -P -n 5 B::Deobfuscate 60.02: 7 - Dictionary sort is now predictable 8 - Added config file support 90.03: 10 - Fixed Build.PL 110.04: 12 - >- 13 Fixed a bug in gv_should_be_renamed where number variables higher 14 than 9 wouldn't be recognized. 15 - Added sigil detection to rename_gv 16 - Added Makefile.PL wrapper for Build.PL 17 - Use only symbols that are four or more characters 180.05: ~ 190.06: 20 - Added an overridable *B::Deobfuscate::DATA dictionary 21 - Added an internal dictionary 22 - >- 23 Support 5.6.1, 5.8.0 and bleadperl circa July 5, 2003 (which is nearly 24 5.8.1) 250.07: 26 - Added some sanity checking so that writing extensions is easier 270.08: 28 - Removed a v-string 290.09: 30 - >- 31 Removed a stupid and unrelated test that always failed. I'll create proper 32 tests once I learn how to use Test::Harness. 330.10: 34 - >- 35 broquaint of perlmonks.org noticed that I forgot to handle 36 the helem opcode. This attempts to handle all the cases I 37 need to (after consulting opcode.pl of the perl source). 38 - Added some real tests. 390.11: 40 - The dictionary may now have words that are shorter than 3 characters 41 - Fixed for 5.10 420.12: 43 - >- 44 Updated the signature cuz the previous version forgot to account 45 for the change to META.yml 46 - "*foo{CODE} -> defined( &foo ) per the docs." 470.13: 48 - uh... broke stuff? The SIGNATURE is bad for META.yml anyway. 49 - I forget what else changed 500.14: 51 - Shuffled the PGP dictionary around and introduced a floral one 52 - Fussing 53 - autouse more of YAML 54 - autouse Carp 55 - Preliminary work for renaming classes & methods 560.15: 57 - Removed SIGNATURE 58 - Fixed \ in $^X in t/11deparse.t 59 - Perl::Critic fussing. 60 - Disable broken debugging code. 61 - Require latest B::Keywords. Exports were changed. 620.16: 63 - Enabled alternate dictionary modules 64 - Added -D parameter to ->new 650.17: 66 - Removed some dups from Flowers.pm 67 - Made this Changes file into YAML for kicks. 680.18: 69 - Fixed t/canon.t to be 5.6.x compatible. 70 - Quieter B imports. 710.19: 72 - Use IPC::Run for tests to hopefully be more cross-platform compatible. 730.20 74 - fiddling w/ pause.cpan.org 75