Skip to content

Commit 5a43117

Browse files
thibaultduponchellekarenetheridgebook
committed
Update Module::CoreList version to actual RC1 date
Co-authored-by: Karen Etheridge <ether@cpan.org> Co-authored-by: Philippe Bruhat (BooK) <book@cpan.org>
1 parent d86a402 commit 5a43117

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dist/Module-CoreList/Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
5.20250628
1+
5.20250624
22
- Updated for v5.42.0
33

44
5.20250528

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

Lines changed: 4 additions & 4 deletions
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.20250620';
7+
our $VERSION = '5.20250624';
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__) } }
@@ -441,7 +441,7 @@ sub changes_between {
441441
5.041011 => '2025-04-20',
442442
5.041012 => '2025-04-21',
443443
5.041013 => '2025-05-28',
444-
5.042000 => '2025-06-20',
444+
5.042000 => '2025-06-24',
445445
);
446446

447447
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -23426,8 +23426,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
2342623426
changed => {
2342723427
'B::Op_private' => '5.042000',
2342823428
'Config' => '5.042',
23429-
'Module::CoreList' => '5.20250620',
23430-
'Module::CoreList::Utils'=> '5.20250620',
23429+
'Module::CoreList' => '5.20250624',
23430+
'Module::CoreList::Utils'=> '5.20250624',
2343123431
'perlfaq' => '5.20250619',
2343223432
},
2343323433
removed => {

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.20250620';
7+
our $VERSION = '5.20250624';
88
our %utilities;
99

1010
sub utilities {

0 commit comments

Comments
 (0)