From 2a4ab2705a5be419ea938c09d06d2256ad115d42 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Tue, 21 Mar 2023 11:04:25 +0100 Subject: Bump version to 5.37.11, update Module-CoreList Module-CoreList was synced with CPAN and had its version in Porting/Maintainers.pl updated. Module-CoreList was also updated by running: ./perl -Ilib Porting/corelist.pl cpan With some manual fixups afterwards to make it pass test. --- lib/B/Op_private.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/B/Op_private.pm b/lib/B/Op_private.pm index c9d2f29c7a..51f7eb82c4 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.037010"; +our $VERSION = "5.037011"; $bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv); $bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv); -- cgit v1.2.1