diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 1671b257ce3a..6ef0dc96d91b 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,6 @@ +5.20241020 + - Updated for v5.41.5 + 5.20240920 - Updated for v5.41.4 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index bca4567a978b..650c1d58902d 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -4,7 +4,7 @@ use strict; our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta ); use version; -our $VERSION = '5.20240920'; +our $VERSION = '5.20241020'; sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# } sub _looks_like_invocant ($) { local $@; !!eval { $_[0]->isa(__PACKAGE__) } } @@ -428,7 +428,7 @@ sub changes_between { 5.041002 => '2024-07-20', 5.041003 => '2024-08-29', 5.041004 => '2024-09-20', - 5.041005 => '????-??-??', + 5.041005 => '2024-10-20', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -22393,7 +22393,10 @@ for my $version ( sort { $a <=> $b } keys %released ) { 5.041005 => { delta_from => 5.041004, changed => { + 'B::Op_private' => '5.041005', 'Config' => '5.041005', + 'Module::CoreList' => '5.20241020', + 'Module::CoreList::Utils'=> '5.20241020', }, removed => { } diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index 08146343478c..592b76b43da0 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -4,7 +4,7 @@ use strict; use warnings; use Module::CoreList; -our $VERSION = '5.20240920'; +our $VERSION = '5.20241020'; our %utilities; sub utilities { diff --git a/lib/B/Op_private.pm b/lib/B/Op_private.pm index 41a9fbe51054..095c6d72520a 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.041004"; +our $VERSION = "5.041005"; $bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv); $bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv);