Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 52dd46f

Browse files
committed
Porting: adjust Module-CoreList, ...
1 parent 788abce commit 52dd46f

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

Porting/Maintainers.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ package Maintainers;
513513
],
514514
# cperl fix to support make -s.
515515
# 5.16 binary support: https://github.com/rurban/Devel-PPPort/tree/516gvhv
516+
# strict hashpairs support
516517
'CUSTOMIZED' => [ qw( PPPort_pm.PL
517518
PPPort_xs.PL
518519
ppport_h.PL
@@ -522,6 +523,8 @@ package Maintainers;
522523
parts/inc/misc
523524
parts/todo/5013007
524525
parts/todo/5015004
526+
parts/inc/ppphbin
527+
t/testutil.pl
525528
)],
526529
},
527530

dist/Module-CoreList/lib/Module/CoreList.pm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use vars qw/$VERSION %released %version %families %upstream
44
%bug_tracker %deprecated %delta/;
55
use version;
6-
$VERSION = '5.20170428c';
6+
$VERSION = '5.20170514c';
77
$VERSION =~ s/c$//;
88

99
sub _undelta {
@@ -341,7 +341,7 @@ our %released = (
341341
5.026000 => '????-??-??',
342342
'5.024003c' => '????-??-??',
343343
'5.026001c' => '????-??-??',
344-
'5.027000c' => '????-??-??',
344+
'5.027000c' => '2017-05-17',
345345
);
346346

347347
sub version_sort {
@@ -14902,6 +14902,7 @@ our %delta = (
1490214902
'Module::CoreList::Utils'=> '5.20170428c',
1490314903
'Cpanel::JSON::XS' => '3.0233',
1490414904
'Cwd' => '4.68c',
14905+
'Devel::PPPort' => '3.35_03',
1490514906
'File::Spec' => '4.68c',
1490614907
'File::Spec::Unix' => '4.68c',
1490714908
'File::Spec::Win32' => '4.68c',

pod/perlcdelta.pod

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ XXX
119119

120120
Support pgcc, seperate it from gcc
121121

122+
=item L<B::Concise>
123+
124+
Support the new strict hints flags and abbrevate all strict flags as strict.
125+
122126
=item L<Compress::Raw::Bzip2>
123127

124128
Support pgcc, seperate it from gcc
@@ -135,12 +139,24 @@ MSVC 14.0 support and higher, changed nan in the runtime.
135139

136140
Support pgcc, seperate it from gcc
137141

142+
=item L<Devel::PPPort> 3.35_03
143+
144+
Support strict hashpairs, fix for . in @INC
145+
146+
=item L<Encode>
147+
148+
no strict hashpairs in encoding
149+
138150
=item PathTools 4.68c
139151

140152
getcwd, getdcwd and abs_path have now long path support.
141153
getdcwd (Windows only) also supports unicode paths, using
142154
the wide API.
143155

156+
=item L<Pod::Checker>
157+
158+
no strict hashpairs
159+
144160
=item L<POSIX> 1.76_03
145161

146162
getcwd has now long path support.

t/porting/customized.dat

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@ Devel::PPPort cpan/Devel-PPPort/parts/apidoc.fnc 5bd7e8faec56c6210a21647873eae92
3535
Devel::PPPort cpan/Devel-PPPort/parts/inc/gv 4b6916d3d5c64a605b5b5f1727ac629d14372a05
3636
Devel::PPPort cpan/Devel-PPPort/parts/inc/HvNAME 5fa336117cbb7f06b8d442ed7bc78ffe34a0ab1f
3737
Devel::PPPort cpan/Devel-PPPort/parts/inc/misc 44a21aaecb3a3821af9ed7318bbdd098355eb207
38+
Devel::PPPort cpan/Devel-PPPort/parts/inc/ppphbin e700553a5f9b790f3f712394658a86d94e108f03
3839
Devel::PPPort cpan/Devel-PPPort/parts/todo/5013007 0446df4a31dcd58b8e27ab9e810711f0e4840fee
3940
Devel::PPPort cpan/Devel-PPPort/parts/todo/5015004 4bdb7b2545380ade42e22dbb097f7fbf07737393
4041
Devel::PPPort cpan/Devel-PPPort/ppport_h.PL 3aa0b958adf67a9b9385bf2b5b89ecf8cdd391c7
41-
Devel::PPPort cpan/Devel-PPPort/PPPort_pm.PL c60773e43d0b824c65bbf5919c0af0009b16af89
42+
Devel::PPPort cpan/Devel-PPPort/PPPort_pm.PL 6ecc13ca5f2cf7c432ba0fe0a00b5791aac99d5a
4243
Devel::PPPort cpan/Devel-PPPort/PPPort_xs.PL 034cce281a0017fe0ba05d9060f34a8c65781553
44+
Devel::PPPort cpan/Devel-PPPort/t/testutil.pl 6d9502a22d0df23ba42f6b808c9c7d5fe65f5024
4345
Digest::MD5 cpan/Digest-MD5/Makefile.PL 3b5b9693e5a22f5189878d84833b10f98136e619
4446
Digest::MD5 cpan/Digest-MD5/MD5.pm 866a0ca11d63c257f3c90974704b88c9361e705c
4547
Digest::MD5 cpan/Digest-MD5/MD5.xs 9b47158166b1162f11169f9766eddb75046e7917
@@ -84,7 +86,7 @@ Math::BigInt cpan/Math-BigInt/t/sub_mif.t e87738bd15116665c38d9f41b310cfe7fbf6da
8486
Math::BigInt cpan/Math-BigInt/t/upgrade.t 7c15cac7f321ca396648ec45da6389a1283e1546
8587
Math::BigInt cpan/Math-BigInt/t/upgradef.t 06610e9883ce805bcd6543ab959a9826f598eb40
8688
Math::BigInt cpan/Math-BigInt/t/with_sub.t c040328e223df6f56250f5d67dcb2c9a2f23c110
87-
Module::CoreList dist/Module-CoreList/lib/Module/CoreList.pm 1674272468dde8443c1e406bc4c03734a8885164
89+
Module::CoreList dist/Module-CoreList/lib/Module/CoreList.pm 57021daf89b6599fb3c2a4095105ef252b077ce0
8890
Module::CoreList dist/Module-CoreList/lib/Module/CoreList/Utils.pm df4497e2e17601f217090f28adca5ff147975add
8991
Module::Metadata cpan/Module-Metadata/t/lib/GeneratePackage.pm 502ffbe2609947430e6aa1a3df8064b3fef3e086
9092
Net::Domain cpan/libnet/lib/Net/Cmd.pm 70a007c38833667ad47ea8059c37c1b7d1c77b6c

0 commit comments

Comments
 (0)