The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
2012-05-27  rocky <rocky@cpan.org>

	* .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 <rocky@cpan.org>

	* META.json, META.yml: Adminstrivia

2012-05-26  rocky <rocky@cpan.org>

	* 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 <rocky@cpan.org>

	* ChangeLog: Update ChangeLog

2012-05-26  Rocky Bernstein <rocky@cpan.org>

	* 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 <rocky@cpan.org>

	* META.json, META.yml, lib/Devel/Trepan/Disassemble.pm: Typo

2012-05-25  rocky <rocky@cpan.org>

	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 <rocky@cpan.org>

	* .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 <rocky@cpan.org>

	* .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 <rocky@cpan.org>

	* Build.PL, MANIFEST, MYMETA.json, MYMETA.yml,
	lib/Devel/Trepan/Disassemble.pm: Administrivia: version number
	futzing.

2012-01-16  rocky <rocky@cpan.org>

	* ChangeLog, Changes, MANIFEST, MYMETA.json, MYMETA.yml: Get ready
	for release 1.0

2012-01-06  Rocky Bernstein <rocky@cpan.org>

	* .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 <rocky@cpan.org>

	* Moved "disassemble" command of Devel::Trepan to here, a separate
	package.