Skip to content

Commit f60ac82

Browse files
committed
Fix overlooked date placeholder in CoreList.pm
1 parent dbebefb commit f60ac82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ sub changes_between {
435435
5.040001 => '2025-01-18',
436436
5.041008 => '2025-01-20',
437437
5.041009 => '2025-02-24',
438-
5.041010 => '????-??-??',
438+
5.041010 => '2025-03-20',
439439
);
440440

441441
for my $version ( sort { $a <=> $b } keys %released ) {

0 commit comments

Comments
 (0)