Skip to content

Commit

Permalink
Get ready for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Oct 31, 2015
1 parent 059d1ea commit 6b2d367
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
13 changes: 13 additions & 0 deletions ChangeLog
@@ -1,3 +1,16 @@
2015-10-31 rocky <rocky@cpan.org>

* lib/Devel/Trepan/Disassemble.pm: Get ready for 2.0.0

2015-10-31 rocky <rocky@cpan.org>

* .travis.yml, Build.PL, ChangeLog, META.json, META.yml,
lib/Devel/Trepan/CmdProcessor/Command/Disassemble.pm,
lib/Devel/Trepan/Disassemble.pm, t/data/disasm2.right,
t/data/disassemble.right: Colorize tree and terse formats. Redo how
we mark current line in line via Devel::Callsite and its requirement
in Devel::trepan 0.70. Try travis.

2014-05-15 rocky <rocky@cpan.org>

* Build.PL, ChangeLog, Changes, lib/Devel/Trepan/Disassemble.pm,
Expand Down
5 changes: 5 additions & 0 deletions Changes
@@ -1,5 +1,10 @@
Revision history for Devel-Trepan-Disassemble

2.0.0 Oct 31, 2015 Jedi
- Colorize tree and terse formats.
- Redo how we mark current line in line via Devel::Callsite and its requirement
in Devel::trepan 0.70.

1.99 May 15, 2014 Lewis Bernstein update
- Upgrade in Devel::Trepan has caused tests to fail

Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/Trepan/Disassemble.pm
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
# Copyright (C) 2012-2014 Rocky Bernstein <rocky@cpan.org>
package Devel::Trepan::Disassemble;
our $VERSION='1.99_01';
our $VERSION='2.0.0';
"All of the real action is in Devel::Trepan::CmdProcessor::Command::Disassemble.pm";
__END__
Expand Down

0 comments on commit 6b2d367

Please sign in to comment.