In perl.git, the branch sawyer/post-5.25.11 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/e0b4c6fff36f1996c04a48bcf94ebdbb6a60475e?hp=ad0cb28f15c183953389f577c4c94e35fd3c31c5>
- Log ----------------------------------------------------------------- commit e0b4c6fff36f1996c04a48bcf94ebdbb6a60475e Author: Chris 'BinGOs' Williams <[email protected]> Date: Tue Mar 21 13:06:31 2017 +0000 Regen opcodes Ran regen/opcode.pl to regenerate ----------------------------------------------------------------------- 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 9c44cc13d3..6b6edc88bd 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.025011"; +our $VERSION = "5.026000"; $bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv); $bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv); -- Perl5 Master Repository
