Skip to content

Commit 2cc57ab

Browse files
committed
Prepare Module::Corelist for 5.41.6
1 parent 7242922 commit 2cc57ab

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Porting/Maintainers.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ package Maintainers;
826826
},
827827

828828
'Module::CoreList' => {
829-
'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20240920.tar.gz',
829+
'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20241020.tar.gz',
830830
'FILES' => q[dist/Module-CoreList],
831831
},
832832

dist/Module-CoreList/Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
5.20241120
2+
- Updated for v5.41.6
3+
14
5.20241020
25
- Updated for v5.41.5
36

dist/Module-CoreList/lib/Module/CoreList.pm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );
55

66
use version;
7-
our $VERSION = '5.20241020';
7+
our $VERSION = '5.20241120';
88

99
sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# }
1010
sub _looks_like_invocant ($) { local $@; !!eval { $_[0]->isa(__PACKAGE__) } }
@@ -22425,7 +22425,10 @@ for my $version ( sort { $a <=> $b } keys %released ) {
2242522425
5.041006 => {
2242622426
delta_from => 5.041005,
2242722427
changed => {
22428+
'B::Op_private' => '5.041006',
2242822429
'Config' => '5.041006',
22430+
'Module::CoreList' => '5.20241120',
22431+
'Module::CoreList::Utils'=> '5.20241120',
2242922432
},
2243022433
removed => {
2243122434
}

dist/Module-CoreList/lib/Module/CoreList/Utils.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
use warnings;
55
use Module::CoreList;
66

7-
our $VERSION = '5.20241020';
7+
our $VERSION = '5.20241120';
88
our %utilities;
99

1010
sub utilities {

0 commit comments

Comments
 (0)