diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-03-31 22:13:23 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-03-31 22:13:23 -0400 |
commit | 07b13a8893f0db0ee5fb3e1fd9b24d94db191e41 (patch) | |
tree | 8af321f02351c83440b5ce07c2196b1f28ec70a2 /dist | |
parent | e4717ba1e5ff27330def3ee76ec70eeb31d58d07 (diff) | |
download | perl-07b13a8893f0db0ee5fb3e1fd9b24d94db191e41.tar.gz |
5.12.0 is now expected on 7 April 2010v5.12.0-RC2
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 ad973115a8..c55db94f46 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -192,7 +192,7 @@ sub is_deprecated { 5.011003 => '2009-12-20', 5.011004 => '2010-01-20', 5.011005 => '2010-02-20', - 5.012000 => '2010-04-05', + 5.012000 => '2010-04-07', ); for my $version ( sort { $a <=> $b } keys %released ) { |