summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2013-01-20 15:46:34 +0000
committerAaron Crane <arc@cpan.org>2013-01-20 18:23:28 +0000
commitdd4b1c755e7459645df41e4276146d4d818eaa5a (patch)
tree5545711f74cffda2108a2de9247a7776ebae400e
parent100e3bc85193c2741eeb9252502636dc7018ccfb (diff)
downloadperl-dd4b1c755e7459645df41e4276146d4d818eaa5a.tar.gz
Update Module::CoreList for 5.17.8
-rw-r--r--dist/Module-CoreList/Changes5
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm92
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pod2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm2
-rw-r--r--pod/perldelta.pod4
5 files changed, 101 insertions, 4 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 82986d14c6..65548abdd6 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,8 @@
+2.80 Sun Jan 20 2013
+ - Updated for v5.17.8
+
+ - v5.17.7 contained Module::CoreList::TieHashDelta 2.79, not 2.78
+
2.79 Tue Dec 18 2012
- Updated for v5.17.7
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index a52654b6b6..9eb76a6195 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -3,7 +3,7 @@ use strict;
use vars qw/$VERSION %released %version %families %upstream
%bug_tracker %deprecated/;
use Module::CoreList::TieHashDelta;
-$VERSION = '2.79';
+$VERSION = '2.80';
my $dumpinc = 0;
sub import {
@@ -224,6 +224,7 @@ sub changes_between {
5.017005 => '2012-10-20',
5.017006 => '2012-11-20',
5.017007 => '2012-12-18',
+ 5.017008 => '2013-01-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -7503,7 +7504,7 @@ my %delta = (
'Locale::Maketext' => '1.23',
'Locale::Script' => '3.24',
'Module::CoreList' => '2.79',
- 'Module::CoreList::TieHashDelta'=> '2.78',
+ 'Module::CoreList::TieHashDelta'=> '2.79',
'POSIX' => '1.32',
'Scalar::Util' => '1.26',
'Socket' => '2.006_001',
@@ -7525,6 +7526,90 @@ my %delta = (
removed => {
}
},
+ 5.017008 => {
+ delta_from => 5.017007,
+ changed => {
+ 'Archive::Extract' => '0.62',
+ 'B' => '1.42',
+ 'B::Concise' => '0.95',
+ 'Compress::Raw::Bzip2' => '2.060',
+ 'Compress::Raw::Zlib' => '2.060',
+ 'Compress::Zlib' => '2.060',
+ 'Cwd' => '3.40',
+ 'Data::Dumper' => '2.141',
+ 'Digest::SHA' => '5.81',
+ 'ExtUtils::Install' => '1.59',
+ 'File::Fetch' => '0.38',
+ 'File::Path' => '2.09',
+ 'File::Spec' => '3.40',
+ 'File::Spec::Cygwin' => '3.40',
+ 'File::Spec::Epoc' => '3.40',
+ 'File::Spec::Functions' => '3.40',
+ 'File::Spec::Mac' => '3.40',
+ 'File::Spec::OS2' => '3.40',
+ 'File::Spec::Unix' => '3.40',
+ 'File::Spec::VMS' => '3.40',
+ 'File::Spec::Win32' => '3.40',
+ 'HTTP::Tiny' => '0.025',
+ 'Hash::Util' => '0.14',
+ 'I18N::LangTags' => '0.39',
+ 'I18N::LangTags::List' => '0.39',
+ 'I18N::Langinfo' => '0.09',
+ 'IO' => '1.26',
+ 'IO::Compress::Adapter::Bzip2'=> '2.060',
+ 'IO::Compress::Adapter::Deflate'=> '2.060',
+ 'IO::Compress::Adapter::Identity'=> '2.060',
+ 'IO::Compress::Base' => '2.060',
+ 'IO::Compress::Base::Common'=> '2.060',
+ 'IO::Compress::Bzip2' => '2.060',
+ 'IO::Compress::Deflate' => '2.060',
+ 'IO::Compress::Gzip' => '2.060',
+ 'IO::Compress::Gzip::Constants'=> '2.060',
+ 'IO::Compress::RawDeflate'=> '2.060',
+ 'IO::Compress::Zip' => '2.060',
+ 'IO::Compress::Zip::Constants'=> '2.060',
+ 'IO::Compress::Zlib::Constants'=> '2.060',
+ 'IO::Compress::Zlib::Extra'=> '2.060',
+ 'IO::Uncompress::Adapter::Bunzip2'=> '2.060',
+ 'IO::Uncompress::Adapter::Identity'=> '2.060',
+ 'IO::Uncompress::Adapter::Inflate'=> '2.060',
+ 'IO::Uncompress::AnyInflate'=> '2.060',
+ 'IO::Uncompress::AnyUncompress'=> '2.060',
+ 'IO::Uncompress::Base' => '2.060',
+ 'IO::Uncompress::Bunzip2'=> '2.060',
+ 'IO::Uncompress::Gunzip'=> '2.060',
+ 'IO::Uncompress::Inflate'=> '2.060',
+ 'IO::Uncompress::RawInflate'=> '2.060',
+ 'IO::Uncompress::Unzip' => '2.060',
+ 'List::Util' => '1.27',
+ 'List::Util::XS' => '1.27',
+ 'Module::CoreList' => '2.80',
+ 'Module::CoreList::TieHashDelta'=> '2.80',
+ 'Pod::Html' => '1.17',
+ 'Pod::LaTeX' => '0.61',
+ 'Pod::Man' => '2.27',
+ 'Pod::Text' => '3.17',
+ 'Pod::Text::Color' => '2.07',
+ 'Pod::Text::Overstrike' => '2.05',
+ 'Pod::Text::Termcap' => '2.07',
+ 'Safe' => '2.34',
+ 'Scalar::Util' => '1.27',
+ 'Socket' => '2.009',
+ 'Term::ANSIColor' => '4.02',
+ 'Test' => '1.26',
+ 'Unicode::Collate' => '0.97',
+ 'XS::APItest' => '0.51',
+ 'XS::Typemap' => '0.10',
+ '_charnames' => '1.35',
+ 'charnames' => '1.35',
+ 'constant' => '1.25',
+ 'diagnostics' => '1.31',
+ 'threads::shared' => '1.43',
+ 'warnings' => '1.16',
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {
@@ -7704,6 +7789,9 @@ for my $version (sort { $a <=> $b } keys %delta) {
},
5.017007 => {
},
+ 5.017008 => {
+ 'Pod::LaTeX' => '1',
+ },
);
%upstream = (
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pod b/dist/Module-CoreList/lib/Module/CoreList.pod
index 59092d75af..ddbf9b4002 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pod
+++ b/dist/Module-CoreList/lib/Module/CoreList.pod
@@ -196,7 +196,7 @@ Module::CoreList currently covers the 5.000, 5.001, 5.002, 5.003_07,
5.13.8, 5.13.9, 5.13.10, 5.13.11, 5.14.0, 5.14.1, 5.14.2 5.14.3, 5.15.0,
5.15.1, 5.15.2, 5.15.3, 5.15.4, 5.15.5, 5.15.6, 5.15.7, 5.15.8, 5.15.9,
5.16.0, 5.16.1, 5.16.2, 5.17.0, 5.17.1, 5.17.2, 5.17.3, 5.17.4, 5.17.5,
-5.17.6 and 5.17.7 releases of perl.
+5.17.6, 5.17.7 and 5.17.8 releases of perl.
=head1 HISTORY
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 697ebfe86b..16ce95d24e 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
use strict;
use vars qw($VERSION);
-$VERSION = "2.79";
+$VERSION = "2.80";
sub TIEHASH {
my ($class, $changed, $removed, $parent) = @_;
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index f24820da89..f99ccb7a89 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -141,6 +141,10 @@ double-free bug, which might have caused vulnerabilities in some cases.
=item *
+L<Module::CoreList> has been upgraded from 2.79 to 2.80.
+
+=item *
+
L<Socket> has been upgraded from 2.006_001 to 2.009. This fixes an
uninitialized memory read.