diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2023-04-10 17:17:25 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2023-04-10 17:17:25 +0100 |
commit | 11e7265d7b839902ab08b829ea14bdceca297a2f (patch) | |
tree | 4e64a3ee525a219a5abcb70a6ed860a0cddf7453 /lib/B/Op_private.pm | |
parent | 2050ee8635b906aa10c714e10c401013caee2a1d (diff) | |
download | perl-11e7265d7b839902ab08b829ea14bdceca297a2f.tar.gz |
Bump version to 5.36.1, ahead of its impending release
(includes regen/opcode.pl)
Diffstat (limited to 'lib/B/Op_private.pm')
-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 73a5b81752..2a81755bb0 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.036000"; +our $VERSION = "5.036001"; $bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv); $bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv); |