diff options
author | Sawyer X <xsawyerx@cpan.org> | 2018-06-06 09:08:10 +0300 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2018-06-06 09:08:10 +0300 |
commit | 1b78d74c75ae11feaa8fb945d8e890c1ba838384 (patch) | |
tree | 89d51169c43924452fc9b9876d03d6303a6ef4e3 /dist | |
parent | 0b7d542bdffc479f173119edb2e43477c8a4f5c7 (diff) | |
download | perl-1b78d74c75ae11feaa8fb945d8e890c1ba838384.tar.gz |
Correct date of release
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 381ccfaf8a..48f574e719 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -333,7 +333,7 @@ sub changes_between { 5.024004 => '2018-04-14', 5.026002 => '2018-04-14', 5.027011 => '2018-04-20', - 5.028000 => '2018-05-20', + 5.028000 => '2018-06-06', ); for my $version ( sort { $a <=> $b } keys %released ) { |