diff options
author | Sawyer X <xsawyerx@cpan.org> | 2016-02-20 23:51:37 +0100 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2016-02-20 23:51:37 +0100 |
commit | 669a6b54f0221a602691b35fdfe1a577483062d5 (patch) | |
tree | c7d5bf680c5f2ae93a881515b30b20196cb17db9 /lib/B | |
parent | 6fee6573fd587cea4e67d4ec5bb387150700459e (diff) | |
download | perl-669a6b54f0221a602691b35fdfe1a577483062d5.tar.gz |
bump version to 5.23.9
Diffstat (limited to 'lib/B')
-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 7825f79f3d..062813158e 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.023008"; +our $VERSION = "5.023009"; $bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv); $bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv); |