diff options
author | Sawyer X <xsawyerx@cpan.org> | 2016-12-20 21:19:08 +0100 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2016-12-20 21:19:08 +0100 |
commit | dbdba29f1c2a67d028d5f4c85eb5b0d0b5a564f6 (patch) | |
tree | 25b601fad9af93a6b89fec74bfa2b463b6bef5fb /lib | |
parent | 3ce6a296f9be689fd76ec2696cdb76a225e19e42 (diff) | |
download | perl-dbdba29f1c2a67d028d5f4c85eb5b0d0b5a564f6.tar.gz |
Bump the perl version in various places for 5.25.9
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 9b07ca0c4a..cd4f15b185 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.025008"; +our $VERSION = "5.025009"; $bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv); $bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv); |