Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
doy committed May 14, 2013
1 parent 85344f7 commit b700fc2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Devel::Gladiator.

0.04 Tue May 14 2013
- fix pod formatting (Curtis Brandt)

0.03 Tue May 14 2013
- walk_arena() now sorts by class name when refcounts are equal, for
easier comparison between successive runs (Karen Etheridge)
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
Devel-Gladiator version 0.03
Devel-Gladiator version 0.04
===============================

The README is used to introduce the module and provide instructions on
Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/Gladiator.pm
Expand Up @@ -21,7 +21,7 @@ our %EXPORT_TAGS = ( 'all' => [ qw(

our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );

our $VERSION = '0.03';
our $VERSION = '0.04';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION; # see L<perlmodstyle>

Expand Down

0 comments on commit b700fc2

Please sign in to comment.