summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2021-05-22 23:32:36 +0200
committerMax Maischein <corion@corion.net>2021-05-23 01:00:19 +0200
commitc0a42e20387e41e3cf254c50d27e21f1291ef970 (patch)
treefce4b4b799f82da2c5ff4385aa56d4f7b3771a16 /lib
parent47ee1e48dc130466ab32a88f492de8316d8368b3 (diff)
downloadperl-c0a42e20387e41e3cf254c50d27e21f1291ef970.tar.gz
Bump the perl version in various places for 5.35.1
Ideally, this would've been done earlier in the process of developing 5.35, but here we are
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 ad5ac69fc1..33c17e0e65 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.035000";
+our $VERSION = "5.035001";
$bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv);
$bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv);