summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStevan Little <stevan@cpan.org>2016-01-20 16:38:10 +0100
committerStevan Little <stevan@cpan.org>2016-01-20 16:38:10 +0100
commit1998e9cde1af2a6548ed014138916c06be1d5cc5 (patch)
tree152c9918dc0a048d2bd815511f31f8b34c3371bb
parentbbab6af9381b11207dcdf56429f92b639fa182a2 (diff)
downloadperl-1998e9cde1af2a6548ed014138916c06be1d5cc5.tar.gz
Update %Module::CoreList::released with new date
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm2
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 8fdcbb8c87..e58b026581 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -288,7 +288,7 @@ sub changes_between {
5.023005 => '2015-11-20',
5.022001 => '2015-12-13',
5.023006 => '2015-12-21',
- 5.023007 => '????-??-??',
+ 5.023007 => '2016-01-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {