summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-02 06:07:25 +0900
committerJesse Vincent <jesse@bestpractical.com>2009-10-02 06:07:25 +0900
commitb06cb3dcd9ef12378923a32c78915968e70500ea (patch)
tree91a3f20a2b2a876824ebc6ff32d92810b6de3ed8 /dist
parentb4619b9d5775e1b81412ef53e3a087c092b73e1f (diff)
downloadperl-b06cb3dcd9ef12378923a32c78915968e70500ea.tar.gz
CoreList date placeholder
Diffstat (limited to 'dist')
-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 628f20f401..7879ebbd90 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -171,7 +171,7 @@ sub find_version {
5.010000 => '2007-12-18',
5.008009 => '2008-12-14',
5.010001 => '2009-08-22',
- 5.011000 => '????-??-??',
+ 5.011000 => '2009-10-??',
);
for my $version ( sort { $a <=> $b } keys %released ) {