diff options
author | Richard Leach <richardleach@users.noreply.github.com> | 2022-12-20 18:21:24 +0000 |
---|---|---|
committer | Richard Leach <richardleach@users.noreply.github.com> | 2022-12-20 18:21:24 +0000 |
commit | 314a24817c7acf6b814a9002ebe00ea4c5f3b01d (patch) | |
tree | d38ca36d28aed7d486b6d68289cf43a13339fd6d /lib | |
parent | b694b46bcc174597e5573ef691878857fbfa259e (diff) | |
download | perl-314a24817c7acf6b814a9002ebe00ea4c5f3b01d.tar.gz |
Bump the perl version in various places for 5.37.8
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 bf189a128b..9b8b936f6b 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.037007"; +our $VERSION = "5.037008"; $bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv); $bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv); |