diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-04-29 02:11:43 +0800 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-05-03 17:17:32 -0400 |
commit | 4e31220dc51f11a5699fc39e0e529f2a824f2fb7 (patch) | |
tree | fd5efb48aa84ea1c4ea70c5f7c08146b40e95ab5 /dist | |
parent | 3d21943ed8af6419b6284007a118fd1217b51971 (diff) | |
download | perl-4e31220dc51f11a5699fc39e0e529f2a824f2fb7.tar.gz |
RC1 -> RC2; push off the date of 5.14.0 until a week from tomorrow
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 b15ff1f86b..f77740b5df 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -347,7 +347,7 @@ sub removed_raw { 5.013009 => '2011-01-20', 5.013010 => '2011-02-20', 5.013011 => '2011-03-20', - 5.014000 => '2012-04-28', + 5.014000 => '2012-05-11', ); for my $version ( sort { $a <=> $b } keys %released ) { |