diff options
author | David Mitchell <davem@iabyn.com> | 2017-02-21 10:02:36 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2017-02-21 10:02:36 +0000 |
commit | 3ae50794b85e39591a255403532c19a9a2f3dd7d (patch) | |
tree | 8f0fbc4cab6732d67e47f62f8d290aae30befe8f /lib | |
parent | 5964e02e8ff4a399007a01ea7ac4f6f4ec53afe2 (diff) | |
download | perl-3ae50794b85e39591a255403532c19a9a2f3dd7d.tar.gz |
bump version number in lib/B/Op_private.pm
this was achieved with 'make regen'
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 59c8408476..9c44cc13d3 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.025010"; +our $VERSION = "5.025011"; $bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv); $bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv); |