In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/3ae50794b85e39591a255403532c19a9a2f3dd7d?hp=5964e02e8ff4a399007a01ea7ac4f6f4ec53afe2>

- Log -----------------------------------------------------------------
commit 3ae50794b85e39591a255403532c19a9a2f3dd7d
Author: David Mitchell <[email protected]>
Date:   Tue Feb 21 10:02:36 2017 +0000

    bump version number in lib/B/Op_private.pm
    
    this was achieved with 'make regen'
-----------------------------------------------------------------------

Summary of changes:
 lib/B/Op_private.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);

--
Perl5 Master Repository

Reply via email to