From: David Mitchell Date: Tue, 21 Feb 2017 10:02:36 +0000 (+0000) Subject: bump version number in lib/B/Op_private.pm X-Git-Tag: v5.25.11~65 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/3ae50794b85e39591a255403532c19a9a2f3dd7d bump version number in lib/B/Op_private.pm this was achieved with 'make regen' --- diff --git a/lib/B/Op_private.pm b/lib/B/Op_private.pm index 59c8408..9c44cc1 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);