diff options
author | Leon Brocard <acme@astray.com> | 2009-11-19 17:15:49 +0000 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2009-11-19 17:15:49 +0000 |
commit | b221970048b57c60ef0be480f12f4095a937dab2 (patch) | |
tree | 3b85791142caa5e3be205caf11717f79a7646f7f /dist | |
parent | 5994acf3cde9809b1858d6b9ffee845608bd5553 (diff) | |
download | perl-b221970048b57c60ef0be480f12f4095a937dab2.tar.gz |
Module::CoreList updated for the real 5.11.2, including Module::Build changes
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 55 |
1 files changed, 29 insertions, 26 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 50654fbeaf..4fcb512180 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -11242,34 +11242,34 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'Memoize::NDBM_File' => '0.65', 'Memoize::SDBM_File' => '0.65', 'Memoize::Storable' => '0.65', - 'Module::Build' => '0.35_08', - 'Module::Build::Base' => '0.35_08', - 'Module::Build::Compat' => '0.35_08', - 'Module::Build::Config' => '0.35_08', + 'Module::Build' => '0.35_09', + 'Module::Build::Base' => '0.35_09', + 'Module::Build::Compat' => '0.35_09', + 'Module::Build::Config' => '0.35_09', 'Module::Build::ConfigData'=> undef, - 'Module::Build::Cookbook'=> '0.35_08', - 'Module::Build::Dumper' => '0.35_08', - 'Module::Build::ModuleInfo'=> '0.35_08', - 'Module::Build::Notes' => '0.35_08', - 'Module::Build::PPMMaker'=> '0.35_08', - 'Module::Build::Platform::Amiga'=> '0.35_08', - 'Module::Build::Platform::Default'=> '0.35_08', - 'Module::Build::Platform::EBCDIC'=> '0.35_08', - 'Module::Build::Platform::MPEiX'=> '0.35_08', - 'Module::Build::Platform::MacOS'=> '0.35_08', - 'Module::Build::Platform::RiscOS'=> '0.35_08', - 'Module::Build::Platform::Unix'=> '0.35_08', - 'Module::Build::Platform::VMS'=> '0.35_08', - 'Module::Build::Platform::VOS'=> '0.35_08', - 'Module::Build::Platform::Windows'=> '0.35_08', - 'Module::Build::Platform::aix'=> '0.35_08', - 'Module::Build::Platform::cygwin'=> '0.35_08', - 'Module::Build::Platform::darwin'=> '0.35_08', - 'Module::Build::Platform::os2'=> '0.35_08', - 'Module::Build::PodParser'=> '0.35_08', + 'Module::Build::Cookbook'=> '0.35_09', + 'Module::Build::Dumper' => '0.35_09', + 'Module::Build::ModuleInfo'=> '0.35_09', + 'Module::Build::Notes' => '0.35_09', + 'Module::Build::PPMMaker'=> '0.35_09', + 'Module::Build::Platform::Amiga'=> '0.35_09', + 'Module::Build::Platform::Default'=> '0.35_09', + 'Module::Build::Platform::EBCDIC'=> '0.35_09', + 'Module::Build::Platform::MPEiX'=> '0.35_09', + 'Module::Build::Platform::MacOS'=> '0.35_09', + 'Module::Build::Platform::RiscOS'=> '0.35_09', + 'Module::Build::Platform::Unix'=> '0.35_09', + 'Module::Build::Platform::VMS'=> '0.35_09', + 'Module::Build::Platform::VOS'=> '0.35_09', + 'Module::Build::Platform::Windows'=> '0.35_09', + 'Module::Build::Platform::aix'=> '0.35_09', + 'Module::Build::Platform::cygwin'=> '0.35_09', + 'Module::Build::Platform::darwin'=> '0.35_09', + 'Module::Build::Platform::os2'=> '0.35_09', + 'Module::Build::PodParser'=> '0.35_09', 'Module::Build::Version'=> '0.77', 'Module::Build::YAML' => '1.40', - 'Module::CoreList' => '2.22', + 'Module::CoreList' => '2.23', 'Module::Load' => '0.16', 'Module::Load::Conditional'=> '0.34', 'Module::Loaded' => '0.06', @@ -11376,6 +11376,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'SelectSaver' => '1.02', 'SelfLoader' => '1.17', 'Shell' => '0.72_01', + 'Simple' => '0.01', 'Socket' => '1.85', 'Storable' => '2.22', 'Switch' => '2.16', @@ -11502,7 +11503,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'fields' => '2.15', 'filetest' => '1.02', 'if' => '0.05', - 'inc::latest' => '0.35_08', + 'inc::latest' => '0.35_09', 'integer' => '1.00', 'legacy' => '1.00', 'less' => '0.02', @@ -11936,6 +11937,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'Scalar::Util::PP' => undef, 'SelfLoader' => 'blead', 'Shell' => undef, + 'Simple' => 'cpan', 'Storable' => 'blead', 'Switch' => 'blead', 'Sys::Syslog' => 'cpan', @@ -12418,6 +12420,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'Scalar::Util::PP' => undef, 'SelfLoader' => undef, 'Shell' => undef, + 'Simple' => undef, 'Storable' => undef, 'Switch' => undef, 'Sys::Syslog' => undef, |