diff options
author | Sawyer X <xsawyerx@cpan.org> | 2017-04-21 00:48:59 +0200 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2017-04-21 00:48:59 +0200 |
commit | 988217a09c4bfa2f076e9a6ec0a8dfe10a9e61e6 (patch) | |
tree | f0ec5c6ff2d9080aa37e2e239aa0c207405f2bef /lib | |
parent | 60454717dd217ec4ff5f181928c8c98d969f5682 (diff) | |
download | perl-988217a09c4bfa2f076e9a6ec0a8dfe10a9e61e6.tar.gz |
Bump version: 5.25.12 -> 5.26.0
Diffstat (limited to 'lib')
-rw-r--r-- | lib/B/Op_private.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/B/Op_private.pm b/lib/B/Op_private.pm index 8dac5a73a5..6b6edc88bd 100644 --- a/lib/B/Op_private.pm +++ b/lib/B/Op_private.pm @@ -118,7 +118,7 @@ package B::Op_private; our %bits; -our $VERSION = "5.025012"; +our $VERSION = "5.026000"; $bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv); $bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv); |