Skip to content

Commit

Permalink
Get ready for release 0.57
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocky Bernstein committed May 20, 2014
1 parent 7980b25 commit b8b2ad0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Devel-Trepan

0.57 May 20, 2014 - Henry Frankel

- add "deparse" command
- fix botched "info packages"

0.56 May 11, 2014 - Happy Mothers' Day

- Lots more Pod reworking
Expand All @@ -13,13 +18,15 @@ Revision history for Devel-Trepan
- Go over subcommand pod documentation.

0.54 May 4, 2014

- Expand previous effort started in 0.53 to cross index POD text,
use more POD tagging and regularize its use, e.g. fixed text is bold.
Change "see also" Go over help PODs and reduce redundancy of POD text in
trepan.pm with that in the individual commands.
- Try to fix CPAN indexing problems

0.53 May 3, 2014

- Completion for out-of-process control
- Allow Data::Dumper::Concise to print values
- Add more Perl module recommendations, such as to our plugins
Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/Trepan.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use Exporter;

use constant PROGRAM => 'trepan.pl';
use version;
$VERSION='0.56_01'; # To fool CPAN indexer. Is <= real version
$VERSION='0.57'; # To fool CPAN indexer. Is <= real version
$VERSION = $Devel::Trepan::Version::VERSION;
$PROGRAM = PROGRAM;

Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/Trepan/Version.pm
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package Devel::Trepan::Version;
use version; $VERSION = '0.56_01';
use version; $VERSION = '0.57';
1;

0 comments on commit b8b2ad0

Please sign in to comment.