This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Socket customization bump
[perl5.git] / Porting / Maintainers.pl
index a755090..ffe5e89 100755 (executable)
@@ -832,7 +832,7 @@ use File::Glob qw(:case);
     },
 
     'Module::CoreList' => {
-        'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20160120.tar.gz',
+        'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20160121.tar.gz',
         'FILES'        => q[dist/Module-CoreList],
     },
 
@@ -968,17 +968,14 @@ use File::Glob qw(:case);
     },
 
     'podlators' => {
-        'DISTRIBUTION' => 'RRA/podlators-4.05.tar.gz',
+        'DISTRIBUTION' => 'RRA/podlators-4.06.tar.gz',
         'FILES'        => q[cpan/podlators pod/perlpodstyle.pod],
 
         'MAP' => {
             ''                 => 'cpan/podlators/',
             # this file lives outside the cpan/ directory
-            'pod/perlpodstyle.pod' => 'pod/perlpodstyle.pod',
+            'pod/perlpodstyle' => 'pod/perlpodstyle.pod',
         },
-        'CUSTOMIZED'   => [
-            qw( Makefile.PL )
-        ],
     },
 
     'Safe' => {
@@ -1018,6 +1015,7 @@ use File::Glob qw(:case);
 
         # https://rt.cpan.org/Ticket/Display.html?id=106797
         # https://rt.cpan.org/Ticket/Display.html?id=107058
+        # https://rt.cpan.org/Ticket/Display.html?id=111707
         'CUSTOMIZED'   => [ qw[ Socket.pm Socket.xs ] ],
     },
 
@@ -1212,7 +1210,7 @@ use File::Glob qw(:case);
 
     'Time::HiRes' => {
         'DISTRIBUTION' => 'RJBS/Time-HiRes-1.9728.tar.gz',
-        'FILES'        => q[cpan/Time-HiRes],
+        'FILES'        => q[dist/Time-HiRes],
     },
 
     'Time::Local' => {