diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-03-29 11:44:32 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-03-29 11:45:16 -0400 |
commit | dd2abc632434eff525555290a39fd04aebd5c580 (patch) | |
tree | ded22f7168a99413322bb709ddfaaff13b783478 /dist | |
parent | 861ff9eb8d184fa0e1ad77f5b184e522ad80e276 (diff) | |
download | perl-dd2abc632434eff525555290a39fd04aebd5c580.tar.gz |
Assuming RC1 goes out today, .0 goes out on 5 April
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 df2e90f992..ad973115a8 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 => '????-??-??', + 5.012000 => '2010-04-05', ); for my $version ( sort { $a <=> $b } keys %released ) { |