summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-08-22 22:51:15 +0100
committerDavid Mitchell <davem@iabyn.com>2009-08-22 22:55:43 +0100
commit09c1b3de15b764c5ff3b2243e48439556892547b (patch)
tree8aeaebac10a6987afd202c319bae0050c43b3de9
parent1a2b1ec40398651b4eec31051f44ecc2e0738f9c (diff)
downloadperl-09c1b3de15b764c5ff3b2243e48439556892547b.tar.gz
Update Module::CoreList for 5.10.1
(cherry picked from commit 6c1a81b03e170d09e3d9f2bb12f4ab9cafe03986)
-rw-r--r--lib/Module/CoreList.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Module/CoreList.pm b/lib/Module/CoreList.pm
index 4661b361f7..e30d0aa22c 100644
--- a/lib/Module/CoreList.pm
+++ b/lib/Module/CoreList.pm
@@ -170,7 +170,7 @@ sub find_version {
5.009005 => '2007-07-07',
5.010000 => '2007-12-18',
5.008009 => '2008-12-14',
- 5.010001 => '????-??-??',
+ 5.010001 => '2009-08-22',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -9500,7 +9500,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Pod::Text::Termcap' => '2.05',
'Pod::Usage' => '1.36',
'SDBM_File' => '1.06',
- 'Safe' => '2.17_01',
+ 'Safe' => '2.18',
'Scalar::Util' => '1.21',
'Scalar::Util::PP' => '1.21',
'Search::Dict' => '1.02',