Skip to content

Commit

Permalink
increment $VERSION after 0.27 release
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Feb 27, 2024
1 parent 14ae69f commit ecebdff
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision history for B-Hooks-EndOfScope

{{$NEXT}}

0.27 2024-02-27 23:48:24Z
- switched from Variable::Magic to Variable::OnDestruct in the XS
implementation (Graham Knop, PR#9)
Expand Down
2 changes: 1 addition & 1 deletion lib/B/Hooks/EndOfScope.pm
Expand Up @@ -5,7 +5,7 @@ package B::Hooks::EndOfScope;
use strict;
use warnings;

our $VERSION = '0.27';
our $VERSION = '0.28';

use 5.006001;

Expand Down
2 changes: 1 addition & 1 deletion lib/B/Hooks/EndOfScope/PP.pm
Expand Up @@ -4,7 +4,7 @@ package B::Hooks::EndOfScope::PP;
use warnings;
use strict;

our $VERSION = '0.27';
our $VERSION = '0.28';

use constant _PERL_VERSION => "$]";

Expand Down
2 changes: 1 addition & 1 deletion lib/B/Hooks/EndOfScope/PP/FieldHash.pm
Expand Up @@ -7,7 +7,7 @@ package # hide from pause
use strict;
use warnings;

our $VERSION = '0.27';
our $VERSION = '0.28';

use Tie::Hash ();
use Hash::Util::FieldHash 'fieldhash';
Expand Down
2 changes: 1 addition & 1 deletion lib/B/Hooks/EndOfScope/PP/HintHash.pm
Expand Up @@ -8,7 +8,7 @@ package # hide from the pauses
use strict;
use warnings;

our $VERSION = '0.27';
our $VERSION = '0.28';

use Scalar::Util ();
use constant _NEEDS_MEMORY_CORRUPTION_FIXUP => (
Expand Down
2 changes: 1 addition & 1 deletion lib/B/Hooks/EndOfScope/XS.pm
Expand Up @@ -4,7 +4,7 @@ package B::Hooks::EndOfScope::XS;
use strict;
use warnings;

our $VERSION = '0.27';
our $VERSION = '0.28';

# Limit the Variable::OnDestruct-based (XS) version to perl 5.8.4+
#
Expand Down

0 comments on commit ecebdff

Please sign in to comment.