This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump version number in lib/B/Op_private.pm
authorDavid Mitchell <davem@iabyn.com>
Tue, 21 Feb 2017 10:02:36 +0000 (10:02 +0000)
committerDavid Mitchell <davem@iabyn.com>
Tue, 21 Feb 2017 10:02:36 +0000 (10:02 +0000)
this was achieved with 'make regen'

lib/B/Op_private.pm

index 59c8408..9c44cc1 100644 (file)
@@ -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);