This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
update Module::CoreList for v5.19.2 release
authorAristotle Pagaltzis <pagaltzis@gmx.de>
Mon, 22 Jul 2013 02:45:01 +0000 (04:45 +0200)
committerAristotle Pagaltzis <pagaltzis@gmx.de>
Mon, 22 Jul 2013 04:07:06 +0000 (06:07 +0200)
dist/Module-CoreList/Changes
dist/Module-CoreList/lib/Module/CoreList.pm
dist/Module-CoreList/lib/Module/CoreList.pod
dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
dist/Module-CoreList/lib/Module/CoreList/Utils.pm

index 3bd244f..fbcbd4d 100644 (file)
@@ -1,4 +1,8 @@
-2.93 ??? ??? ?? ???
+2.94 Sun Jun 21 2013
+  - Updated for v5.19.2
+
+2.93 Thu 20 Jun 2013
+  - Updated for v5.19.1
 
 2.92 Thu Jun 21 2013
   - Make switches case-sensitive (keep -d and -D distinct)
index 770b22e..008ef8a 100644 (file)
@@ -3,7 +3,7 @@ use strict;
 use vars qw/$VERSION %released %version %families %upstream
            %bug_tracker %deprecated/;
 use Module::CoreList::TieHashDelta;
-$VERSION = '2.93';
+$VERSION = '2.94';
 
 my $dumpinc = 0;
 sub import {
@@ -233,7 +233,7 @@ sub changes_between {
     5.018000 => '2013-05-18',
     5.019000 => '2013-05-20',
     5.019001 => '2013-06-21',
-    5.019002 => '????-??-??',
+    5.019002 => '2013-07-22',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -8367,6 +8367,82 @@ my %delta = (
     5.019002 => {
         delta_from => 5.019001,
         changed => {
+            'B'                     => '1.44',
+            'B::Concise'            => '0.98',
+            'B::Deparse'            => '1.22',
+            'Benchmark'             => '1.17',
+            'Class::Struct'         => '0.65',
+            'DB'                    => '1.07',
+            'DBM_Filter'            => '0.06',
+            'DBM_Filter::compress'  => '0.03',
+            'DBM_Filter::encode'    => '0.03',
+            'DBM_Filter::int32'     => '0.03',
+            'DBM_Filter::null'      => '0.03',
+            'DBM_Filter::utf8'      => '0.03',
+            'DB_File'               => '1.829',
+            'Data::Dumper'          => '2.147',
+            'Devel::Peek'           => '1.12',
+            'Digest::MD5'           => '2.53',
+            'Digest::SHA'           => '5.85',
+            'English'               => '1.07',
+            'Errno'                 => '1.19',
+            'ExtUtils::Embed'       => '1.31',
+            'ExtUtils::Miniperl'    => '1',
+            'ExtUtils::ParseXS'     => '3.21',
+            'ExtUtils::ParseXS::Constants'=> '3.21',
+            'ExtUtils::ParseXS::CountLines'=> '3.21',
+            'ExtUtils::ParseXS::Eval'=> '3.19',
+            'ExtUtils::ParseXS::Utilities'=> '3.21',
+            'ExtUtils::Typemaps'    => '3.21',
+            'ExtUtils::Typemaps::Cmd'=> '3.21',
+            'ExtUtils::Typemaps::InputMap'=> '3.21',
+            'ExtUtils::Typemaps::OutputMap'=> '3.21',
+            'ExtUtils::Typemaps::Type'=> '3.21',
+            'ExtUtils::XSSymSet'    => '1.3',
+            'Fatal'                 => '2.20',
+            'File::Basename'        => '2.85',
+            'File::Spec::VMS'       => '3.43',
+            'File::Spec::Win32'     => '3.42',
+            'Getopt::Long'          => '2.41',
+            'Getopt::Std'           => '1.09',
+            'HTTP::Tiny'            => '0.034',
+            'Hash::Util::FieldHash' => '1.12',
+            'I18N::Langinfo'        => '0.11',
+            'IO::Socket::INET'      => '1.34',
+            'IO::Socket::UNIX'      => '1.25',
+            'IPC::Cmd'              => '0.82',
+            'MIME::Base64'          => '3.14',
+            'Module::CoreList'      => '2.94',
+            'Module::CoreList::TieHashDelta'=> '2.94',
+            'Module::CoreList::Utils'=> '2.94',
+            'POSIX'                 => '1.34',
+            'Params::Check'         => '0.38',
+            'Parse::CPAN::Meta'     => '1.4405',
+            'Pod::Functions'        => '1.07',
+            'Pod::Functions::Functions'=> '1.07',
+            'Pod::Html'             => '1.2',
+            'Safe'                  => '2.37',
+            'Socket'                => '2.010',
+            'Storable'              => '2.45',
+            'Text::ParseWords'      => '3.29',
+            'Tie::Array'            => '1.06',
+            'Tie::Hash'             => '1.05',
+            'Tie::Scalar'           => '1.03',
+            'Time::Piece'           => '1.21',
+            'Time::Seconds'         => '1.21',
+            'XS::APItest'           => '0.54',
+            'autodie'               => '2.20',
+            'autodie::exception'    => '2.20',
+            'autodie::exception::system'=> '2.20',
+            'autodie::hints'        => '2.20',
+            'autodie::skip'         => '2.20',
+            'base'                  => '2.19',
+            'deprecate'             => '0.03',
+            'if'                    => '0.0603',
+            'integer'               => '1.01',
+            'strict'                => '1.08',
+            'subs'                  => '1.02',
+            'vmsish'                => '1.04',
         },
         removed => {
         }
@@ -8599,7 +8675,7 @@ for my $version (sort { $a <=> $b } keys %delta) {
         }
     },
     5.019002 => {
-        delta_from => 5.015004,
+        delta_from => 5.019001,
         changed => {
         },
         removed => {
@@ -8770,6 +8846,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'ExtUtils::ParseXS'     => 'blead',
     'ExtUtils::ParseXS::Constants'=> 'blead',
     'ExtUtils::ParseXS::CountLines'=> 'blead',
+    'ExtUtils::ParseXS::Eval'=> 'blead',
     'ExtUtils::ParseXS::Utilities'=> 'blead',
     'ExtUtils::Typemaps'    => 'blead',
     'ExtUtils::Typemaps::Cmd'=> 'blead',
@@ -9076,7 +9153,6 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Unicode::Normalize'    => 'first-come',
     'Unicode::UCD'          => 'blead',
     'VMS::DCLsym'           => undef,
-    'VMS::Filespec'         => undef,
     'VMS::Stdio'            => undef,
     'Win32'                 => 'cpan',
     'Win32API::File'        => 'cpan',
@@ -9261,6 +9337,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'ExtUtils::ParseXS'     => undef,
     'ExtUtils::ParseXS::Constants'=> undef,
     'ExtUtils::ParseXS::CountLines'=> undef,
+    'ExtUtils::ParseXS::Eval'=> undef,
     'ExtUtils::ParseXS::Utilities'=> undef,
     'ExtUtils::Typemaps'    => undef,
     'ExtUtils::Typemaps::Cmd'=> undef,
@@ -9424,7 +9501,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Net::Time'             => undef,
     'Package::Constants'    => undef,
     'Params::Check'         => undef,
-    'Parse::CPAN::Meta'     => undef,
+    'Parse::CPAN::Meta'     => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Parse-CPAN-Meta',
     'Perl::OSType'          => 'https://github.com/dagolden/perl-ostype/issues',
     'PerlIO::via::QuotedPrint'=> undef,
     'Pod::Checker'          => undef,
index a31619b..8c7fa46 100644 (file)
@@ -196,7 +196,8 @@ 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.14.4,
 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.16.3, 5.17.0, 5.17.1, 5.17.2, 5.17.3,
-5.17.4, 5.17.5, 5.17.6, 5.17.7, 5.17.8, 5.17.9, 5.17.10, 5.17.11, 5.18.0, 5.19.0, 5.19.1 and 5.19.2 releases of perl.
+5.17.4, 5.17.5, 5.17.6, 5.17.7, 5.17.8, 5.17.9, 5.17.10, 5.17.11, 5.18.0,
+5.19.0, 5.19.1 and 5.19.2 releases of perl.
 
 =head1 HISTORY
 
index 09b9ed8..e5c5d8b 100644 (file)
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = "2.93";
+$VERSION = "2.94";
 
 sub TIEHASH {
     my ($class, $changed, $removed, $parent) = @_;
index 78acbfb..83dfc26 100644 (file)
@@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
 use Module::CoreList;
 use Module::CoreList::TieHashDelta;
 
-$VERSION = '2.93';
+$VERSION = '2.94';
 
 sub utilities {
     my $perl = shift;