From b700fc2eb6b8244d863737cd75329be361f58d39 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 14 May 2013 18:33:53 -0500 Subject: [PATCH] version bump --- Changes | 3 +++ README | 2 +- lib/Devel/Gladiator.pm | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 5f16dfa..4e8504b 100644 --- a/Changes +++ b/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) diff --git a/README b/README index be956ff..e7882ee 100644 --- a/README +++ b/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 diff --git a/lib/Devel/Gladiator.pm b/lib/Devel/Gladiator.pm index 845e5ba..722bd07 100644 --- a/lib/Devel/Gladiator.pm +++ b/lib/Devel/Gladiator.pm @@ -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