summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-12-01 08:53:29 -0500
committerRicardo Signes <rjbs@cpan.org>2013-12-01 08:53:29 -0500
commit8f2dea189f5b9407401f176cb94722e4138b038a (patch)
tree01830dff45292b50f13260b519b79d9104c422c0
parente05edba8906e26fc625df6fe21592dd779ec9e65 (diff)
downloadperl-8f2dea189f5b9407401f176cb94722e4138b038a.tar.gz
corelist: push back 5.18.2 release 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 cbd6df4a55..a937c0fe36 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -241,7 +241,7 @@ sub changes_between {
5.019004 => '2013-09-20',
5.019005 => '2013-10-20',
5.019006 => '2013-11-20',
- 5.018002 => '2013-12-02',
+ 5.018002 => '2013-12-09',
);
for my $version ( sort { $a <=> $b } keys %released ) {