summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd Rinaldo <toddr@cpan.org>2018-03-20 19:47:24 -0500
committerTodd Rinaldo <toddr@cpan.org>2018-03-20 20:57:15 -0500
commit26db197235f7e3542da8926da0de654f5fab0845 (patch)
tree88347b0975bf73dde24abcce563c1d12b449be33 /lib
parentcb94ff0b2c2752acfbc98b426fa20e15750212ef (diff)
downloadperl-26db197235f7e3542da8926da0de654f5fab0845.tar.gz
Adjust code which did not get automatically switched over to 5.027011
The following changes were still required after doing $ ./perl -Ilib Porting/bump-perl-version -i 5.27.10 5.27.11 Module::CoreList had to be updated by hand. Op_private.pm had to be updated by doing regen/opcode.pl lib/B/Op_private.pm
Diffstat (limited to 'lib')
-rw-r--r--lib/B/Op_private.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/B/Op_private.pm b/lib/B/Op_private.pm
index e1072f935d..8511edf1b4 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.027010";
+our $VERSION = "5.027011";
$bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv);
$bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv);