Skip to content

Commit

Permalink
Fix overlooked date placeholder in CoreList.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
richardleach committed Feb 24, 2025
1 parent dbebefb commit f60ac82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/Module-CoreList/lib/Module/CoreList.pm
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ sub changes_between {
5.040001 => '2025-01-18',
5.041008 => '2025-01-20',
5.041009 => '2025-02-24',
5.041010 => '????-??-??',
5.041010 => '2025-03-20',
);

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

0 comments on commit f60ac82

Please sign in to comment.