summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@semiotic.systems>2022-05-27 20:50:54 -0400
committerRicardo Signes <rjbs@semiotic.systems>2022-05-27 21:25:58 -0400
commit16c008e8f043d70c0f6e756ddb926c6b24a3b9b2 (patch)
treee01c993dee143662b0ecc87fae36c37b76cc7e3c
parentc1b9c3e942a1ed03c9c30aa5c9d164d2bbe2dd31 (diff)
downloadperl-16c008e8f043d70c0f6e756ddb926c6b24a3b9b2.tar.gz
Module::CoreList: add v5.37.0
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm20
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm9
2 files changed, 27 insertions, 2 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 29f815c496..87b328b184 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.20220520';
+our $VERSION = '5.20220527';
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__) } }
@@ -392,6 +392,7 @@ sub changes_between {
5.035010 => '2022-03-20',
5.035011 => '2022-04-20',
5.036000 => '2022-05-27',
+ 5.037000 => '2022-05-27',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -19430,6 +19431,16 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.037000 => {
+ delta_from => 5.036000,
+ changed => {
+ 'feature' => '1.73',
+ 'Module::CoreList' => '5.20220527',
+ 'Module::CoreList::Utils'=> '5.20220527',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -20733,6 +20744,13 @@ sub is_core
removed => {
}
},
+ 5.037000 => {
+ delta_from => 5.036000,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%deprecated = _undelta(\%deprecated);
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index dc1fd48ac5..476570b578 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.20220520';
+our $VERSION = '5.20220527';
our %utilities;
sub utilities {
@@ -1804,6 +1804,13 @@ my %delta = (
removed => {
}
},
+ 5.037000 => {
+ delta_from => 5.036000,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);