File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed
dist/Module-CoreList/lib/Module Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -832,7 +832,7 @@ package Maintainers;
832832 },
833833
834834 ' Module::CoreList' => {
835- ' DISTRIBUTION' => ' BINGOS/Module-CoreList-5.20250220 .tar.gz' ,
835+ ' DISTRIBUTION' => ' BINGOS/Module-CoreList-5.20250321 .tar.gz' ,
836836 ' FILES' => q[ dist/Module-CoreList] ,
837837 },
838838
Original file line number Diff line number Diff line change @@ -436,6 +436,7 @@ sub changes_between {
436436 5.041008 => '2025-01-20',
437437 5.041009 => '2025-02-24',
438438 5.041010 => '2025-03-21',
439+ 5.041011 => '2025-04-20',
439440 );
440441
441442for my $version ( sort { $a <=> $b } keys %released ) {
@@ -23050,6 +23051,15 @@ for my $version ( sort { $a <=> $b } keys %released ) {
2305023051 removed => {
2305123052 }
2305223053 },
23054+ 5.041011 => {
23055+ delta_from => 5.04101,
23056+ changed => {
23057+ 'B::Op_private' => '5.041011',
23058+ 'Config' => '5.041011',
23059+ },
23060+ removed => {
23061+ }
23062+ },
2305323063);
2305423064
2305523065sub is_core
@@ -24654,6 +24664,13 @@ sub is_core
2465424664 removed => {
2465524665 }
2465624666 },
24667+ 5.041011 => {
24668+ delta_from => 5.04101,
24669+ changed => {
24670+ },
24671+ removed => {
24672+ }
24673+ },
2465724674);
2465824675
2465924676%deprecated = _undelta(\%deprecated);
Original file line number Diff line number Diff line change @@ -2112,6 +2112,13 @@ my %delta = (
21122112 removed => {
21132113 }
21142114 },
2115+ 5.041011 => {
2116+ delta_from => 5.041010,
2117+ changed => {
2118+ },
2119+ removed => {
2120+ }
2121+ },
21152122);
21162123
21172124%utilities = Module::CoreList::_undelta(\%delta );
You can’t perform that action at this time.
0 commit comments