summaryrefslogtreecommitdiff
path: root/dist/Module-CoreList/lib/Module/CoreList.pm
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Module-CoreList/lib/Module/CoreList.pm')
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm17
1 files changed, 17 insertions, 0 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 46ee4c38bb..100e441d25 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -403,6 +403,7 @@ sub changes_between {
5.037008 => '2023-01-20',
5.037009 => '2023-02-20',
5.037010 => '2023-03-20',
+ 5.037011 => '2023-04-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -20220,6 +20221,15 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.037011 => {
+ delta_from => 5.037010,
+ changed => {
+ 'B::Op_private' => '5.037011',
+ 'Config' => '5.037011',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -21600,6 +21610,13 @@ sub is_core
removed => {
}
},
+ 5.037011 => {
+ delta_from => 5.037010,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%deprecated = _undelta(\%deprecated);