From: Ricardo Signes <rjbs@cpan.org>
Date: Thu, 20 May 2010 11:18:17 +0000 (-0400)
Subject: further updates to CoreList
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2db8ee47588382f1ebc2978e8ae62078f07ebe5e;p=p5sagit%2Fp5-mst-13.2.git

further updates to CoreList

Who knew there was a helper to do this, now!
---

diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index e70c876..f108bfa 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+2.34    Thu Apr 20 2010
+  - Updated for 5.13.1
+
 2.31_01 Fri Apr 30 2010
   - [rt.cpan.org #56740] Format Perl versions >= 5.6.0 as X.Y.Z (schwern)
   - Functional interface amended to make calling conventions consistent
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index f370cec..b4bb289 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -330,8 +330,8 @@ sub removed_raw {
     5.011005 => '2010-02-20',
     5.012000 => '2010-04-12',
     5.013000 => '2010-04-20',
-    5.013001 => '2010-05-20',
     5.012001 => '2010-05-16',
+    5.013001 => '2010-05-20',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -15448,7 +15448,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
 	'B'                     => '1.23',
 	'B::Concise'            => '0.78',
 	'B::Debug'              => '1.12',
-	'B::Deparse'            => '0.96',
+	'B::Deparse'            => '0.97',
 	'B::Lint'               => '1.11_01',
 	'B::Lint::Debug'        => '0.01',
 	'B::Showlex'            => '1.02',
@@ -15534,9 +15534,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
 	'CPANPLUS::Shell::Default::Plugins::CustomSource'=> undef,
 	'CPANPLUS::Shell::Default::Plugins::Remote'=> undef,
 	'CPANPLUS::Shell::Default::Plugins::Source'=> undef,
-	'Carp'                  => '1.15',
-	'Carp::Heavy'           => '1.15',
-	'Class::ISA'            => '0.36',
+	'Carp'                  => '1.16',
+	'Carp::Heavy'           => '1.16',
 	'Class::Struct'         => '0.63',
 	'Compress::Raw::Bzip2'  => '2.024',
 	'Compress::Raw::Zlib'   => '2.024',
@@ -15593,7 +15592,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
 	'Encode::Unicode::UTF7' => '2.04',
 	'English'               => '1.04',
 	'Env'                   => '1.01',
-	'Errno'                 => '1.11',
+	'Errno'                 => '1.12',
 	'Exporter'              => '5.64_01',
 	'Exporter::Heavy'       => '5.64_01',
 	'ExtUtils::CBuilder'    => '0.27',
@@ -15646,7 +15645,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
 	'ExtUtils::Mkbootstrap' => '6.56',
 	'ExtUtils::Mksymlists'  => '6.56',
 	'ExtUtils::Packlist'    => '1.44',
-	'ExtUtils::ParseXS'     => '2.21',
+	'ExtUtils::ParseXS'     => '2.2205',
 	'ExtUtils::XSSymSet'    => '1.1',
 	'ExtUtils::testlib'     => '6.56',
 	'Fatal'                 => '2.06_01',
@@ -15657,7 +15656,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
 	'File::Copy'            => '2.18',
 	'File::DosGlob'         => '1.01',
 	'File::Fetch'           => '0.24',
-	'File::Find'            => '1.15',
+	'File::Find'            => '1.16',
 	'File::Glob'            => '1.07',
 	'File::GlobMapper'      => '1.000',
 	'File::Path'            => '2.08_01',
@@ -15725,25 +15724,30 @@ for my $version ( sort { $a <=> $b } keys %released ) {
 	'IO::Uncompress::RawInflate'=> '2.024',
 	'IO::Uncompress::Unzip' => '2.024',
 	'IO::Zlib'              => '1.10',
-	'IPC::Cmd'              => '0.54',
+	'IPC::Cmd'              => '0.58',
 	'IPC::Msg'              => '2.01',
 	'IPC::Open2'            => '1.03',
 	'IPC::Open3'            => '1.06',
 	'IPC::Semaphore'        => '2.01',
 	'IPC::SharedMem'        => '2.01',
 	'IPC::SysV'             => '2.01',
-	'List::Util'            => '1.22',
-	'List::Util::PP'        => '1.22',
-	'List::Util::XS'        => '1.22',
-	'Locale::Constants'     => '2.07',
-	'Locale::Country'       => '2.07',
-	'Locale::Currency'      => '2.07',
-	'Locale::Language'      => '2.07',
+	'List::Util'            => '1.23',
+	'List::Util::PP'        => '1.23',
+	'List::Util::XS'        => '1.23',
+	'Locale::Codes'         => '3.12',
+	'Locale::Codes::Country'=> '3.12',
+	'Locale::Codes::Currency'=> '3.12',
+	'Locale::Codes::Language'=> '3.12',
+	'Locale::Codes::Script' => '3.12',
+	'Locale::Constants'     => '3.12',
+	'Locale::Country'       => '3.12',
+	'Locale::Currency'      => '3.12',
+	'Locale::Language'      => '3.12',
 	'Locale::Maketext'      => '1.14',
 	'Locale::Maketext::Guts'=> '1.13',
 	'Locale::Maketext::GutsLoader'=> '1.13',
 	'Locale::Maketext::Simple'=> '0.21',
-	'Locale::Script'        => '2.07',
+	'Locale::Script'        => '3.12',
 	'Log::Message'          => '0.02',
 	'Log::Message::Config'  => '0.01',
 	'Log::Message::Handlers'=> undef,
@@ -15790,7 +15794,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
 	'Module::Build::Platform::VOS'=> '0.3603',
 	'Module::Build::Platform::Windows'=> '0.3603',
 	'Module::Build::Platform::aix'=> '0.3603',
-	'Module::Build::Platform::cygwin'=> '0.3603',
+	'Module::Build::Platform::cygwin'=> '0.360301',
 	'Module::Build::Platform::darwin'=> '0.3603',
 	'Module::Build::Platform::os2'=> '0.3603',
 	'Module::Build::PodParser'=> '0.3603',
@@ -15798,7 +15802,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
 	'Module::Build::YAML'   => '1.40',
 	'Module::CoreList'      => '2.34',
 	'Module::Load'          => '0.16',
-	'Module::Load::Conditional'=> '0.34',
+	'Module::Load::Conditional'=> '0.38',
 	'Module::Loaded'        => '0.06',
 	'Module::Pluggable'     => '3.9',
 	'Module::Pluggable::Object'=> '3.9',
@@ -15834,7 +15838,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
 	'Parse::CPAN::Meta'     => '1.40',
 	'PerlIO'                => '1.06',
 	'PerlIO::encoding'      => '0.12',
-	'PerlIO::scalar'        => '0.07',
+	'PerlIO::scalar'        => '0.08',
 	'PerlIO::via'           => '0.09',
 	'PerlIO::via::QuotedPrint'=> '0.06',
 	'Pod::Checker'          => '1.45',
@@ -15860,52 +15864,50 @@ for my $version ( sort { $a <=> $b } keys %released ) {
 	'Pod::Perldoc::ToTk'    => undef,
 	'Pod::Perldoc::ToXml'   => undef,
 	'Pod::PlainText'        => '2.04',
-	'Pod::Plainer'          => '1.02',
 	'Pod::Select'           => '1.36',
-	'Pod::Simple'           => '3.13',
-	'Pod::Simple::BlackBox' => '3.13',
-	'Pod::Simple::Checker'  => '3.13',
-	'Pod::Simple::Debug'    => '3.13',
-	'Pod::Simple::DumpAsText'=> '3.13',
-	'Pod::Simple::DumpAsXML'=> '3.13',
-	'Pod::Simple::HTML'     => '3.13',
-	'Pod::Simple::HTMLBatch'=> '3.13',
+	'Pod::Simple'           => '3.14',
+	'Pod::Simple::BlackBox' => '3.14',
+	'Pod::Simple::Checker'  => '3.14',
+	'Pod::Simple::Debug'    => '3.14',
+	'Pod::Simple::DumpAsText'=> '3.14',
+	'Pod::Simple::DumpAsXML'=> '3.14',
+	'Pod::Simple::HTML'     => '3.14',
+	'Pod::Simple::HTMLBatch'=> '3.14',
 	'Pod::Simple::HTMLLegacy'=> '5.01',
-	'Pod::Simple::LinkSection'=> '3.13',
-	'Pod::Simple::Methody'  => '3.13',
-	'Pod::Simple::Progress' => '3.13',
-	'Pod::Simple::PullParser'=> '3.13',
-	'Pod::Simple::PullParserEndToken'=> '3.13',
-	'Pod::Simple::PullParserStartToken'=> '3.13',
-	'Pod::Simple::PullParserTextToken'=> '3.13',
-	'Pod::Simple::PullParserToken'=> '3.13',
-	'Pod::Simple::RTF'      => '3.13',
-	'Pod::Simple::Search'   => '3.13',
-	'Pod::Simple::SimpleTree'=> '3.13',
-	'Pod::Simple::Text'     => '3.13',
-	'Pod::Simple::TextContent'=> '3.13',
-	'Pod::Simple::TiedOutFH'=> '3.13',
-	'Pod::Simple::Transcode'=> '3.13',
-	'Pod::Simple::TranscodeDumb'=> '3.13',
-	'Pod::Simple::TranscodeSmart'=> '3.13',
-	'Pod::Simple::XHTML'    => '3.13',
-	'Pod::Simple::XMLOutStream'=> '3.13',
+	'Pod::Simple::LinkSection'=> '3.14',
+	'Pod::Simple::Methody'  => '3.14',
+	'Pod::Simple::Progress' => '3.14',
+	'Pod::Simple::PullParser'=> '3.14',
+	'Pod::Simple::PullParserEndToken'=> '3.14',
+	'Pod::Simple::PullParserStartToken'=> '3.14',
+	'Pod::Simple::PullParserTextToken'=> '3.14',
+	'Pod::Simple::PullParserToken'=> '3.14',
+	'Pod::Simple::RTF'      => '3.14',
+	'Pod::Simple::Search'   => '3.14',
+	'Pod::Simple::SimpleTree'=> '3.14',
+	'Pod::Simple::Text'     => '3.14',
+	'Pod::Simple::TextContent'=> '3.14',
+	'Pod::Simple::TiedOutFH'=> '3.14',
+	'Pod::Simple::Transcode'=> '3.14',
+	'Pod::Simple::TranscodeDumb'=> '3.14',
+	'Pod::Simple::TranscodeSmart'=> '3.14',
+	'Pod::Simple::XHTML'    => '3.14',
+	'Pod::Simple::XMLOutStream'=> '3.14',
 	'Pod::Text'             => '3.14',
 	'Pod::Text::Color'      => '2.06',
 	'Pod::Text::Overstrike' => '2.04',
 	'Pod::Text::Termcap'    => '2.06',
 	'Pod::Usage'            => '1.36',
 	'SDBM_File'             => '1.06',
-	'Safe'                  => '2.25',
-	'Scalar::Util'          => '1.22',
-	'Scalar::Util::PP'      => '1.22',
+	'Safe'                  => '2.27',
+	'Scalar::Util'          => '1.23',
+	'Scalar::Util::PP'      => '1.23',
 	'Search::Dict'          => '1.02',
 	'SelectSaver'           => '1.02',
 	'SelfLoader'            => '1.17',
 	'Shell'                 => '0.72_01',
 	'Socket'                => '1.88',
 	'Storable'              => '2.22',
-	'Switch'                => '2.16',
 	'Symbol'                => '1.07',
 	'Sys::Hostname'         => '1.11',
 	'Sys::Syslog'           => '0.27',
@@ -15993,7 +15995,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
 	'Unicode'               => '5.2.0',
 	'Unicode::Collate'      => '0.52_01',
 	'Unicode::Normalize'    => '1.03',
-	'Unicode::UCD'          => '0.27',
+	'Unicode::UCD'          => '0.28',
 	'User::grent'           => '1.01',
 	'User::pwent'           => '1.00',
 	'VMS::DCLsym'           => '1.03',
@@ -16019,7 +16021,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
 	'bigrat'                => '0.23',
 	'blib'                  => '1.04',
 	'bytes'                 => '1.04',
-	'charnames'             => '1.07',
+	'charnames'             => '1.08',
 	'constant'              => '1.20',
 	'deprecate'             => '0.01',
 	'diagnostics'           => '1.19',
@@ -16113,10 +16115,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
 	'Switch'                => '1',
     },
     5.013001 => {
-	'Class::ISA'            => '1',
-	'Pod::Plainer'          => '1',
 	'Shell'                 => '1',
-	'Switch'                => '1',
     },
 );
 
@@ -16217,7 +16216,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
     'CPANPLUS::Shell::Default::Plugins::CustomSource'=> 'cpan',
     'CPANPLUS::Shell::Default::Plugins::Remote'=> 'cpan',
     'CPANPLUS::Shell::Default::Plugins::Source'=> 'cpan',
-    'Class::ISA'            => 'cpan',
     'Compress::Raw::Bzip2'  => undef,
     'Compress::Raw::Zlib'   => undef,
     'Compress::Zlib'        => 'cpan',
@@ -16358,15 +16356,20 @@ for my $version ( sort { $a <=> $b } keys %released ) {
     'List::Util'            => undef,
     'List::Util::PP'        => undef,
     'List::Util::XS'        => undef,
-    'Locale::Constants'     => undef,
-    'Locale::Country'       => undef,
-    'Locale::Currency'      => undef,
-    'Locale::Language'      => undef,
+    'Locale::Codes'         => 'cpan',
+    'Locale::Codes::Country'=> 'cpan',
+    'Locale::Codes::Currency'=> 'cpan',
+    'Locale::Codes::Language'=> 'cpan',
+    'Locale::Codes::Script' => 'cpan',
+    'Locale::Constants'     => 'cpan',
+    'Locale::Country'       => 'cpan',
+    'Locale::Currency'      => 'cpan',
+    'Locale::Language'      => 'cpan',
     'Locale::Maketext'      => 'blead',
     'Locale::Maketext::Guts'=> 'blead',
     'Locale::Maketext::GutsLoader'=> 'blead',
     'Locale::Maketext::Simple'=> 'cpan',
-    'Locale::Script'        => undef,
+    'Locale::Script'        => 'cpan',
     'Log::Message'          => 'cpan',
     'Log::Message::Config'  => 'cpan',
     'Log::Message::Handlers'=> 'cpan',
@@ -16467,7 +16470,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
     'Pod::Perldoc::ToTk'    => 'blead',
     'Pod::Perldoc::ToXml'   => 'blead',
     'Pod::PlainText'        => undef,
-    'Pod::Plainer'          => 'blead',
     'Pod::Select'           => undef,
     'Pod::Simple'           => 'cpan',
     'Pod::Simple::BlackBox' => 'cpan',
@@ -16508,7 +16510,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
     'SelfLoader'            => 'blead',
     'Shell'                 => undef,
     'Storable'              => 'blead',
-    'Switch'                => 'blead',
     'Sys::Syslog'           => 'cpan',
     'Sys::Syslog::win32::Win32'=> 'cpan',
     'TAP::Base'             => undef,
@@ -16702,7 +16703,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
     'CPANPLUS::Shell::Default::Plugins::CustomSource'=> undef,
     'CPANPLUS::Shell::Default::Plugins::Remote'=> undef,
     'CPANPLUS::Shell::Default::Plugins::Source'=> undef,
-    'Class::ISA'            => undef,
     'Compress::Raw::Bzip2'  => undef,
     'Compress::Raw::Zlib'   => undef,
     'Compress::Zlib'        => undef,
@@ -16843,6 +16843,11 @@ for my $version ( sort { $a <=> $b } keys %released ) {
     'List::Util'            => undef,
     'List::Util::PP'        => undef,
     'List::Util::XS'        => undef,
+    'Locale::Codes'         => undef,
+    'Locale::Codes::Country'=> undef,
+    'Locale::Codes::Currency'=> undef,
+    'Locale::Codes::Language'=> undef,
+    'Locale::Codes::Script' => undef,
     'Locale::Constants'     => undef,
     'Locale::Country'       => undef,
     'Locale::Currency'      => undef,
@@ -16951,7 +16956,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
     'Pod::Perldoc::ToTk'    => undef,
     'Pod::Perldoc::ToXml'   => undef,
     'Pod::PlainText'        => undef,
-    'Pod::Plainer'          => undef,
     'Pod::Select'           => undef,
     'Pod::Simple'           => 'mailto:bug-pod-simple@rt.cpan.org',
     'Pod::Simple::BlackBox' => 'mailto:bug-pod-simple@rt.cpan.org',
@@ -16992,7 +16996,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
     'SelfLoader'            => undef,
     'Shell'                 => undef,
     'Storable'              => undef,
-    'Switch'                => undef,
     'Sys::Syslog'           => undef,
     'Sys::Syslog::win32::Win32'=> undef,
     'TAP::Base'             => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',