diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-10-02 06:07:25 +0900 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-10-02 06:07:25 +0900 |
commit | b06cb3dcd9ef12378923a32c78915968e70500ea (patch) | |
tree | 91a3f20a2b2a876824ebc6ff32d92810b6de3ed8 /dist | |
parent | b4619b9d5775e1b81412ef53e3a087c092b73e1f (diff) | |
download | perl-b06cb3dcd9ef12378923a32c78915968e70500ea.tar.gz |
CoreList date placeholder
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 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 ) { |