diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-05-03 18:48:35 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-05-03 18:48:35 -0400 |
commit | 899e5457ebe2dcf2d30225838d4b76e63283b67c (patch) | |
tree | 5074a7c434fdaa6177ff49d60eed9aab13691db7 | |
parent | 88a4f93e9c5bcf6ebf2df5a9832440a2b2a2d501 (diff) | |
download | perl-899e5457ebe2dcf2d30225838d4b76e63283b67c.tar.gz |
It's not 2012. - spotted by jdb
-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 2983988542..aee3b996ba 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-05-11', + 5.014000 => '2011-05-11', ); for my $version ( sort { $a <=> $b } keys %released ) { |