2012-05-27 rocky * .gitignore, Build.PL, t/20test-disassemble.t, t/Helper.pm: Redo test so we don't use trepan.pl but instead use only the Devel::Trepan module. We don't know what file we will find with trepan.pl. But we can make sure we get the right stuff uing Devel::Trepan and the right Perl. 2012-05-26 rocky * META.json, META.yml: Adminstrivia 2012-05-26 rocky * lib/Devel/Trepan/CmdProcessor/Command/Disassemble.pm, t/20test-disassemble.t, t/data/disassemble.right: Deal with opcode variations we might get on different systems 2012-05-26 Rocky Bernstein * ChangeLog: Update ChangeLog 2012-05-26 Rocky Bernstein * Changes, MANIFEST, META.json, META.yml, example/five.pm, lib/Devel/Trepan/Disassemble.pm, t/20test-disassemble.t, t/20test-disassemble.try, t/data/disassemble.right: Get ready for release 1.2 2012-05-25 rocky * META.json, META.yml, lib/Devel/Trepan/Disassemble.pm: Typo 2012-05-25 rocky Merge branch 'master' of github.com:rocky/Perl-Devel-Trepan-Disassemble Conflicts: .gitignore META.json META.yml lib/Devel/Trepan/Disassemble.pm 2012-05-25 rocky * .gitignore, Build.PL, Changes, MANIFEST, META.json, META.yml, MYMETA.json, MYMETA.yml, README, lib/Devel/Trepan/Disassemble.pm, t/00load.t, t/00test-pod.t: Build.PL: Remove spurios 'use' causing a CPANTS failure Add more tests and more doucmentation. Some Administrivia too. 2012-05-22 Rocky Bernstein * .gitignore, MYMETA.json, MYMETA.yml, lib/Devel/Trepan/CmdProcessor/Command/Disassemble.pm, lib/Devel/Trepan/Disassemble.pm: Remove Perl5.16 defined(@array) deprecation. Bump version, and avoid DEFAULT_OPTIONS getting defined twice. 2012-01-16 rocky * Build.PL, MANIFEST, MYMETA.json, MYMETA.yml, lib/Devel/Trepan/Disassemble.pm: Administrivia: version number futzing. 2012-01-16 rocky * ChangeLog, Changes, MANIFEST, MYMETA.json, MYMETA.yml: Get ready for release 1.0 2012-01-06 Rocky Bernstein * .gitignore, Build.PL, MANIFEST, lib/Devel/Trepan/CmdProcessor/Command/Disassemble.pm, lib/Devel/Trepan/Disassemble.pm, t/10test-cmd-complete.t, t/data/.gitignore: Allow disassembly of main or packages. Fix completion using cmddir option. This broke when Disassembly was split off. 2012-01-01 Rocky Bernstein * Moved "disassemble" command of Devel::Trepan to here, a separate package.