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

Commit e246701

Browse files
committed
cperl-5.26.2 released
1 parent 6f4fc2f commit e246701

File tree

7 files changed

+38
-76
lines changed

7 files changed

+38
-76
lines changed

Diff for: dist/Module-CoreList/lib/Module/CoreList.pm

+4-4
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.20180106c';
6+
$VERSION = '5.20180108c';
77
$VERSION =~ s/c$//;
88

99
sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# }
@@ -350,7 +350,7 @@ our %released = (
350350
'5.027002c' => '2017-12-05',
351351
'5.022005c' => '2018-01-01',
352352
'5.024003c' => '2018-01-05',
353-
'5.026002c' => '????-??-??',
353+
'5.026002c' => '2018-01-08',
354354
'5.027003c' => '????-??-??',
355355
);
356356

@@ -16212,8 +16212,8 @@ our %delta = (
1621216212
delta_from => '5.026001c',
1621316213
changed => {
1621416214
'B::Op_private' => '5.026002',
16215-
'Module::CoreList' => '5.20180106c',
16216-
'Module::CoreList::Utils'=> '5.20180106c',
16215+
'Module::CoreList' => '5.20180108c',
16216+
'Module::CoreList::Utils'=> '5.20180108c',
1621716217
'B::Debug' => '1.26',
1621816218
'_charnames' => '1.45',
1621916219
'charnames' => '1.45',

Diff for: dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
33
use strict;
44
use vars qw($VERSION);
55

6-
$VERSION = '5.20180106c';
6+
$VERSION = '5.20180108c';
77
$VERSION =~ s/c$//;
88

99
sub TIEHASH {

Diff for: dist/Module-CoreList/lib/Module/CoreList/Utils.pm

+2-3
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.20180106c';
8+
$VERSION = '5.20180108c';
99
$VERSION =~ s/c$//;
1010

1111
sub utilities {
@@ -1454,8 +1454,7 @@ our %delta :const = (
14541454
},
14551455
'5.026002c' => {
14561456
delta_from => '5.026001c',
1457-
changed => {
1458-
},
1457+
changed => {},
14591458
removed => {}
14601459
},
14611460
'5.027003c' => {

Diff for: dist/Module-CoreList/t/maintainer.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ my $released = $Module::CoreList::released{ $curver };
3030
$released = $Module::CoreList::released{ $curver };
3131

3232
ok( defined $released, "There is a released entry for $]" );
33-
like( $released, qr{^(\d{4}\-\d{2}\-\d{2}|\?\?\?\?-\?\?-\?\?)$},
33+
like( $released, qr{^[\?\d]{4}\-[\?\d]{2}\-[\?\d]{2}$},
3434
'It should be a date in YYYY-MM-DD format' );

Diff for: pod/perlcdelta.pod

+27-65
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,16 @@ for the remaining valgrind errors not already dealt with by
111111

112112
lib/Encode/MIME/Name.pm t/mime-name.t
113113
Pulled: Add "euc-cn" => "EUC-CN" alias to Encode::MIME::Name
114-
https://github.com/dankogai/p5-encode/pull/124
114+
L<https://github.com/dankogai/p5-encode/pull/124>
115115

116116
lib/Encode/CN/HZ.pm lib/Encode/JP/JIS7.pm lib/Encode/MIME/Header.pm
117117
t/decode.t
118118
Pulled: Uninitialized value fixes #122
119-
https://github.com/dankogai/p5-encode/pull/122
119+
L<https://github.com/dankogai/p5-encode/pull/122>
120120

121121
Makefile.PL
122122
Pulled: Fix -Werror=declaration-after-statement for gcc 4.1.2
123-
https://github.com/dankogai/p5-encode/pull/121
123+
L<https://github.com/dankogai/p5-encode/pull/121>
124124

125125
=item L<experimental> 0.019_01c
126126

@@ -164,7 +164,8 @@ Switch test URL from www.cpan.org to httpbin.org
164164

165165
=item L<Storable> 3.05_14
166166

167-
Try to fix readonly stacksize.h with perlbrew. [cperl #335]
167+
Try to fix readonly stacksize.h with perlbrew.
168+
L<[cperl #335]|https://github.com/perl11/cperl/issues/335>
168169

169170
=item L<Test::Builder::Tester> 1.29c
170171

@@ -181,60 +182,12 @@ annotate as methods.
181182
Add updates from 0.9918: Add LAX_DECIMAL_VERSION, LAX_DOTTED_DECIMAL_VERSION,
182183
STRICT_DECIMAL_VERSION, STRICT_DOTTED_DECIMAL_VERSION regexes.
183184

184-
Add t/11_taint.t
185+
Add F<t/11_taint.t>
185186

186187
=item L<VMS::DCLsym> 1.09
187188

188189
=back
189190

190-
=head1 Configuration and Compilation
191-
192-
=over
193-
194-
=item *
195-
196-
XXX
197-
198-
=back
199-
200-
=head1 Utility Changes
201-
202-
=head2 L<XXX>
203-
204-
=over 4
205-
206-
=item *
207-
208-
XXX
209-
210-
=back
211-
212-
=head1 Testing
213-
214-
=over 4
215-
216-
=item *
217-
218-
XXX
219-
220-
=back
221-
222-
=head2 Platform-Specific Notes
223-
224-
=over 4
225-
226-
=item XXX
227-
228-
=over
229-
230-
=item *
231-
232-
XXX
233-
234-
=back
235-
236-
=back
237-
238191
=head1 Selected Bug Fixes
239192

240193
=over 4
@@ -346,23 +299,32 @@ L<[cpan #122353]|https://rt.cpan.org/Public/Bug/Display.html?id=122353>
346299

347300
=head1 Acknowledgements
348301

349-
cperl 5.26.2c represents approximately 3 months of development since
350-
cperl 5.26.1c and contains approximately 20,000 lines of changes
351-
across 170 files from 6 authors.
302+
cperl 5.26.2 represents approximately 5 months of development since cperl
303+
5.26.1c and contains approximately 93,000 lines of changes across 550 files
304+
from 16 authors.
352305

353-
Excluding auto-generated files, documentation and release tools, there
354-
were approximately 1,400 lines of changes to 76 .pm, .t, .c and .h
355-
files.
306+
Excluding auto-generated files, documentation and release tools, there were
307+
approximately 13,000 lines of changes to 340 .pm, .t, .c and .h files.
356308

357-
The following people are known to have contributed the improvements
358-
that became cperl 5.26.2c:
309+
The following people are known to have contributed the improvements that became
310+
cperl 5.26.2:
359311

360-
Reini Urban, Tony Cook, William N. Braswell, Jr, vendethiel, Aaron Crane.
312+
Reini Urban, Steve Hay, Karl Williamson, Tony Cook, David Mitchell, Yves Orton,
313+
Father Chrysostomos, James E Keenan, Dagfinn Ilmari Mannsåker, Lukas Mai, Andy
314+
Dougherty, John Peacock, Slaven Rezic, Zefram, Jacques Germishuys, Craig A.
315+
Berry.
361316

362317
The list above is almost certainly incomplete as it is automatically generated
363-
from version control history. In particular, it does not include the names of
364-
the (very much appreciated) contributors who reported issues to the Perl bug
365-
tracker.
318+
from version control history including the perl and cperl repos. In particular,
319+
it does not include the names of the (very much appreciated) contributors who
320+
reported issues to the Perl bug tracker and the cperl github issues.
321+
322+
Many of the changes included in this version originated in the CPAN modules
323+
included in Perl's core. We're grateful to the entire CPAN community for
324+
helping Perl to flourish.
325+
326+
For a more complete list of all of Perl's historical contributors, please see
327+
the F<AUTHORS> file in the Perl source distribution.
366328

367329
Generated with:
368330

Diff for: pod/perlhist.pod

+1
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ the strings?).
642642
rurban 5.26.0c-RC1 2017-Apr-19 cperl 5.26
643643
rurban 5.26.0c 2017-Apr-25
644644
rurban 5.26.1c 2017-Aug-07
645+
rurban 5.26.2c 2018-Jan-08
645646

646647
Sawyer X 5.27.0 2017-May-31 The 5.27 development track
647648
Eric 5.27.1 2017-Jun-20

Diff for: t/porting/known_pod_issues.dat

+2-2
Original file line numberDiff line numberDiff line change
@@ -430,12 +430,12 @@ pod/perl5260cdelta.pod Apparent broken link 4
430430
pod/perl5260cdelta.pod unresolved internal link 2
431431
pod/perl5261cdelta.pod Apparent broken link 2
432432
pod/perl5261cdelta.pod Pod NAME already used 2
433-
pod/perl5262cdelta.pod Apparent broken link 4
433+
pod/perl5262cdelta.pod Apparent broken link 3
434434
pod/perl5262cdelta.pod Pod NAME already used 1
435435
pod/perlandroid.pod Verbatim line length including indents exceeds 79 by 3
436436
pod/perlapi.pod Verbatim line length including indents exceeds 79 by 6
437437
pod/perlbook.pod Verbatim line length including indents exceeds 79 by 1
438-
pod/perlcdelta.pod Apparent broken link 4
438+
pod/perlcdelta.pod Apparent broken link 3
439439
pod/perlcdelta.pod Pod NAME already used 1
440440
pod/perlce.pod Verbatim line length including indents exceeds 79 by 3
441441
pod/perlcperl.pod ? Should you be using F<...> or maybe L<...> instead of 1

0 commit comments

Comments
 (0)