This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Run regen/opcode.pl to increment $VERSION in lib/B/Op_private.pm
authorJames E Keenan <jkeenan@cpan.org>
Fri, 21 Jun 2019 14:54:37 +0000 (10:54 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Fri, 21 Jun 2019 14:54:37 +0000 (10:54 -0400)
Thereby keeping t/porting/regen.t happy.

lib/B/Op_private.pm

index 34ca1a7..77ca2ca 100644 (file)
@@ -118,7 +118,7 @@ package B::Op_private;
 our %bits;
 
 
-our $VERSION = "5.031001";
+our $VERSION = "5.031002";
 
 $bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv);
 $bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv);