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

Commit 6866fe6

Browse files
committed
Porting: add perl5261cdelta.pod
1 parent fb2788f commit 6866fe6

File tree

14 files changed

+687
-29
lines changed

14 files changed

+687
-29
lines changed

MANIFEST

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5142,6 +5142,7 @@ pod/perl5241delta.pod Perl changes in version 5.24.1
51425142
pod/perl5242cdelta.pod cperl changes in version 5.24.2c
51435143
pod/perl5242delta.pod Perl changes in version 5.24.2
51445144
pod/perl5260cdelta.pod cperl changes in version 5.26.0c
5145+
pod/perl5261cdelta.pod cperl changes in version 5.26.1c
51455146
pod/perl561delta.pod Perl changes in version 5.6.1
51465147
pod/perl56delta.pod Perl changes in version 5.6
51475148
pod/perl581delta.pod Perl changes in version 5.8.1
@@ -5160,7 +5161,7 @@ pod/perlbook.pod Perl book information
51605161
pod/perlboot.pod
51615162
pod/perlbot.pod
51625163
pod/perlcall.pod Perl calling conventions from C
5163-
pod/perlcdelta.pod cperl changes in version 5.26.1c since 5.26.0c
5164+
pod/perlcdelta.pod cperl changes in version 5.26.2c since 5.26.1c
51645165
pod/perlcheat.pod Perl cheat sheet
51655166
pod/perlclib.pod Internal replacements for standard C library functions
51665167
pod/perlcommunity.pod Perl community information

Makefile.SH

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ perlmain_dep = $(perlmain_objs)
594594
esac
595595

596596
$spitshell >>$Makefile <<'!NO!SUBS!'
597-
perltoc_pod_prereqs = extra.pods pod/perl5260delta.pod pod/perl5261cdelta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
597+
perltoc_pod_prereqs = extra.pods pod/perl5260delta.pod pod/perl5262cdelta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
598598
599599
generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs)
600600
generated_headers = uudmap.h bitcount.h mg_data.h
@@ -1225,7 +1225,7 @@ pod/perl5260delta.pod: pod/perldelta.pod
12251225
$(RMS) $@
12261226
$(LNS) perldelta.pod $@
12271227
1228-
pod/perl5261cdelta.pod: pod/perlcdelta.pod
1228+
pod/perl5262cdelta.pod: pod/perlcdelta.pod
12291229
$(RMS) $@
12301230
$(LNS) perlcdelta.pod $@
12311231

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

Lines changed: 77 additions & 14 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.20170807c';
6+
$VERSION = '5.20171015c';
77
$VERSION =~ s/c$//;
88

99
sub _undelta {
@@ -344,8 +344,10 @@ our %released = (
344344
5.027000 => '2017-05-31',
345345
5.027001 => '2017-06-03',
346346
'5.026001c' => '2017-08-07',
347+
'5.027001c' => '2017-08-15',
347348
'5.024003c' => '????-??-??',
348-
'5.027001c' => '????-??-??',
349+
'5.026002c' => '????-??-??',
350+
'5.027002c' => '????-??-??',
349351
);
350352

351353
sub version_sort {
@@ -14751,10 +14753,11 @@ our %delta = (
1475114753
5.026000 => {
1475214754
delta_from => 5.025012,
1475314755
changed => {
14756+
'B::Op_private' => '5.026000',
1475414757
'Config' => '5.026',
14755-
'Module::CoreList' => '5.20170420',
14756-
'Module::CoreList::TieHashDelta'=> '5.20170420',
14757-
'Module::CoreList::Utils'=> '5.20170420',
14758+
'Module::CoreList' => '5.20170530',
14759+
'Module::CoreList::TieHashDelta'=> '5.20170530',
14760+
'Module::CoreList::Utils'=> '5.20170530',
1475814761
},
1475914762
removed => {
1476014763
}
@@ -15081,7 +15084,7 @@ our %delta = (
1508115084
'5.027000c' => {
1508215085
delta_from => '5.026000c',
1508315086
changed => {
15084-
'Config' => '5.027',
15087+
'Config' => '6.22',
1508515088
'Module::CoreList' => '5.20170514c',
1508615089
'Module::CoreList::Utils'=> '5.20170428c',
1508715090
'Archive::Tar' => '0.26',
@@ -15106,36 +15109,90 @@ our %delta = (
1510615109
'5.027001c' => {
1510715110
delta_from => '5.027000c',
1510815111
changed => {
15109-
'Config' => '5.027001',
15110-
'Module::CoreList' => '5.20170714c',
15111-
'Module::CoreList::Utils'=> '5.20170714c',
15112+
'Config' => '6.23',
15113+
'B::Op_private' => '5.027001',
15114+
'Module::CoreList' => '20170807c',
15115+
'Module::CoreList::Utils'=> '20170807c',
1511215116
'attributes' => '1.12c',
1511315117
'B' => '1.68_08',
1511415118
'B::C' => '1.55_04',
1511515119
'B::Debug' => '1.25',
1511615120
'base' => '2.26c',
1511715121
'Cpanel::JSON::XS' => '3.0237',
15122+
'Cwd' => '4.68c',
1511815123
'deprecate' => '0.03_01',
1511915124
'Devel::Peek' => '1.26_02',
1512015125
'Devel::PPPort' => '3.36_02',
15126+
'Encode' => '2.92',
15127+
'ExtUtils::CBuilder' => '0.280226',
15128+
'ExtUtils::CBuilder::Base'=> '0.280226',
15129+
'ExtUtils::CBuilder::Platform::Unix'=> '0.280226',
15130+
'ExtUtils::CBuilder::Platform::VMS'=> '0.280226',
15131+
'ExtUtils::CBuilder::Platform::Windows'=> '0.280226',
15132+
'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280226',
15133+
'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280226',
15134+
'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280226',
15135+
'ExtUtils::CBuilder::Platform::aix'=> '0.280226',
15136+
'ExtUtils::CBuilder::Platform::android'=> '0.280226',
15137+
'ExtUtils::CBuilder::Platform::cygwin'=> '0.280226',
15138+
'ExtUtils::CBuilder::Platform::darwin'=> '0.280226',
15139+
'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280226',
15140+
'ExtUtils::CBuilder::Platform::os2'=> '0.280226',
1512115141
'ExtUtils::Constant' => '0.23_09',
15122-
'ExtUtils::MakeMaker::Locale' => '8.04_05',
15123-
'ExtUtils::MakeMaker' => '8.04_05',
15124-
'ExtUtils::MM_Unix' => '8.04_05',
15125-
'ExtUtils::MM_Win32' => '8.04_05',
15142+
'ExtUtils::Command' => '7.30',
15143+
'ExtUtils::Command::MM' => '7.30',
15144+
'ExtUtils::Install' => '2.14',
15145+
'ExtUtils::Installed' => '2.14',
15146+
'ExtUtils::Liblist::Kid' => '8.30_06',
15147+
'ExtUtils::MakeMaker' => '8.30_04',
15148+
'ExtUtils::Mkbootstrap' => '8.30_04c',
15149+
'ExtUtils::MM' => '8.30_04',
15150+
'ExtUtils::MM_Any' => '8.30_04',
15151+
'ExtUtils::MM_Unix' => '8.30_04',
15152+
'ExtUtils::Packlist' => '2.14',
15153+
'ExtUtils::ParseXS' => '3.35_02',
15154+
'ExtUtils::ParseXS::Constants' => '3.35_02',
15155+
'ExtUtils::ParseXS::CountLines' => '3.35_02',
15156+
'ExtUtils::ParseXS::Eval' => '3.35_02',
15157+
'ExtUtils::ParseXS::Utilities' => '3.35_02',
15158+
'ExtUtils::Typemaps' => '3.35',
15159+
'ExtUtils::Typemaps::Cmd' => '3.35',
15160+
'ExtUtils::Typemaps::InputMap' => '3.35',
15161+
'ExtUtils::Typemaps::OutputMap' => '3.35',
15162+
'ExtUtils::Typemaps::Type' => '3.35',
1512615163
'fields' => '2.25c',
15127-
'File::Spec::Functions' => '3.36_05',
15164+
'File::Path' => '3.15_01c',
15165+
'File::Spec' => '4.68c',
15166+
'File::Spec::AmigaOS' => '3.68',
15167+
'File::Spec::Cygwin' => '3.68',
15168+
'File::Spec::Epoc' => '3.68',
15169+
'File::Spec::Functions' => '3.68',
15170+
'File::Spec::Mac' => '3.68',
15171+
'File::Spec::OS2' => '3.68',
15172+
'File::Spec::Unix' => '4.68c',
15173+
'File::Spec::VMS' => '4.68',
15174+
'File::Spec::Win32' => '4.68c',
15175+
'Filter::Simple' => '0.94',
15176+
'Getopt::Long' => '2.50',
15177+
'IPC::Cmd' => '0.98',
1512815178
'IO::Socket' => '1.38_01',
1512915179
'IO::Socket::INET' => '1.35_01',
1513015180
'IO::Socket::UNIX' => '1.26_01',
15181+
'JSON::PP' => '2.94_01',
15182+
'JSON::PP::Boolean' => '2.94_01',
15183+
'Locale::Codes' => '3.53',
1513115184
'Opcode' => '1.39_02c',
15185+
'Math::BigRat' => '0.2613',
1513215186
'Metamodel' => '',
1513315187
'Mu' => '0.01c',
1513415188
'Net::Ping' => '2.61',
1513515189
'Search::Dict' => '1.07_01',
1513615190
'SelectSaver' => '1.02_01',
1513715191
'Storable' => '3.05_13',
1513815192
'strict' => '1.13c',
15193+
'threads' => '2.16_01',
15194+
'threads::shared' => '1.57',
15195+
'Time::HiRes' => '1.9744_01',
1513915196
'VMS::Studio' => '2.41_01',
1514015197
'Win32API::File' => '0.1204',
1514115198
},
@@ -15155,6 +15212,7 @@ our %delta = (
1515515212
'fields' => '2.26c',
1515615213
'Module::Load::Conditional' => '0.68_01',
1515715214
'Mu' => '0.02c',
15215+
'Opcode' => '1.39_03c',
1515815216
},
1515915217
removed => {
1516015218
}
@@ -15979,6 +16037,11 @@ our %deprecated = (
1597916037
changed => {},
1598016038
removed => {}
1598116039
},
16040+
'5.026002c' => {
16041+
delta_from => '5.026001c',
16042+
changed => {},
16043+
removed => {}
16044+
},
1598216045
5.027000 => {
1598316046
delta_from => 5.026,
1598416047
changed => {

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55
use vars qw[$VERSION %utilities];
66
use Module::CoreList;
77

8-
$VERSION = '5.20170807c';
8+
$VERSION = '5.20171015c';
99
$VERSION =~ s/c$//;
1010

1111
sub utilities {
@@ -1360,6 +1360,12 @@ our %delta :const = (
13601360
},
13611361
removed => {}
13621362
},
1363+
'5.026002c' => {
1364+
delta_from => '5.026001c',
1365+
changed => {
1366+
},
1367+
removed => {}
1368+
},
13631369
5.027000 => {
13641370
delta_from => 5.026000,
13651371
changed => {

pod/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
# generated
5353
/perl5260delta.pod
54-
/perl5261cdelta.pod
54+
/perl5262cdelta.pod
5555
/perlapi.pod
5656
/perlintern.pod
5757
/perlmodlib.pod

pod/perl.pod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ aux c2ph h2ph h2xs cperlbug pl2pm pod2html pod2man splain xsubpp
232232
perlexperiment A listing of experimental features in Perl
233233

234234
perlcperl Perl notes for cperl (variant)
235-
perlcdelta cperl changes in version 5.26.1c since 5.26.0c
235+
perlcdelta cperl changes in version 5.26.2c since 5.26.1c
236+
perl5261cdelta cperl changes in version 5.26.1c
236237
perl5260cdelta cperl changes in version 5.26.0c
237238
perl5242cdelta cperl changes in version 5.24.2c
238239
perl5241cdelta cperl changes in version 5.24.1c

0 commit comments

Comments
 (0)