diff options
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 eac1cb4bdc..a4e9019e3e 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -351,7 +351,7 @@ sub changes_between { 5.030000 => '2019-05-22', 5.031000 => '2019-05-24', 5.031001 => '2019-06-20', - 5.031002 => '????-??-??', + 5.031002 => '2019-07-20', ); for my $version ( sort { $a <=> $b } keys %released ) { |