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

Commit 732d0d4

Browse files
committed
Release cperl-5.26.5
1 parent 6415f93 commit 732d0d4

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

Porting/Maintainers.pl

+2-2
Original file line numberDiff line numberDiff line change
@@ -666,12 +666,11 @@ package Maintainers;
666666
},
667667

668668
'ExtUtils::MakeMaker' => {
669-
'DISTRIBUTION' => 'BINGOS/ExtUtils-MakeMaker-7.34.tar.gz',
669+
'DISTRIBUTION' => 'RURBAN/ExtUtils-MakeMaker-8.35_08.tar.gz',
670670
'FILES' => q[dist/ExtUtils-MakeMaker],
671671
'EXCLUDED' => [
672672
qr{^t/lib/Test/},
673673
qr{^(bundled|my)/},
674-
qr{^t/Liblist_Kid.t},
675674
qr{^t/liblist/},
676675
qr{^\.perlcriticrc},
677676
'PATCHING',
@@ -687,6 +686,7 @@ package Maintainers;
687686
lib/ExtUtils/MM_Unix.pm
688687
lib/ExtUtils/MM.pm
689688
lib/ExtUtils/MakeMaker.pm
689+
lib/ExtUtils/MakeMaker/Locale.pm
690690
lib/ExtUtils/Mkbootstrap.pm
691691
lib/ExtUtils/Liblist/Kid.pm
692692
t/basic.t

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,9 @@ our %released :const = (
362362
5.029005 => '2018-11-20',
363363
5.026003 => '2018-11-29',
364364
5.028001 => '2018-11-29',
365-
'5.026005c' => '2019-03-??',
366-
'5.028002c' => '2019-03-??',
367-
'5.029001c' => '2019-03-??',
365+
'5.026005c' => '2019-03-12',
366+
'5.028002c' => '2019-03-12',
367+
'5.029001c' => '2019-03-12',
368368
);
369369

370370
sub version_sort {

pod/perlhist.pod

+13-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Chris C<BinGOs> Williams, Zefram, Ævar Arnfjörð Bjarmason, Stevan
3434
Little, Dave Rolsky, Max Maischein, Abigail, Jesse Luehrs, Tony Cook,
3535
Dominic Hargreaves, Aaron Crane, Aristotle Pagaltzis, Matthew Horsfall,
3636
Peter Martini, Sawyer X, Chad 'Exodist' Granum, Renee Bäcker, Eric Herman,
37-
and John SJ Anderson.
37+
John SJ Anderson, and Karen Etheridge.
3838

3939
=head2 PUMPKIN?
4040

@@ -652,13 +652,16 @@ the strings?).
652652
Steve 5.26.1 2017-Sep-22
653653
Steve 5.26.2-RC1 2018-Mar-24
654654
Steve 5.26.2 2018-Apr-14
655+
Steve 5.26.3-RC1 2018-Nov-08
656+
Steve 5.26.3 2018-Nov-29
655657

656658
rurban 5.26.0c-RC1 2017-Apr-19 cperl 5.26
657659
rurban 5.26.0c 2017-Apr-25
658660
rurban 5.26.1c 2017-Aug-07
659661
rurban 5.26.2c 2018-Jan-08
660662
rurban 5.26.3c 2018-Sep-10
661-
rurban 5.26.4c 2018-Oct-16
663+
rurban 5.26.4c 2018-Oct-17
664+
rurban 5.26.5c 2019-Mar-12
662665

663666
Sawyer X 5.27.0 2017-May-31 The 5.27 development track
664667
Eric 5.27.1 2017-Jun-20
@@ -682,17 +685,23 @@ the strings?).
682685
Sawyer X 5.28.0-RC3 2018-Jun-18
683686
Sawyer X 5.28.0-RC4 2018-Jun-19
684687
Sawyer X 5.28.0 2018-Jun-22
688+
Steve 5.28.1-RC1 2018-Nov-08
689+
Steve 5.28.1 2018-Nov-29
685690

686691
rurban 5.28.0c-RC1 2018-Sep-08 cperl 5.28
687692
rurban 5.28.0c 2018-Sep-10
688-
rurban 5.28.1c 2018-Oct-18
693+
rurban 5.28.1c 2018-Oct-14
694+
rurban 5.28.1c 2019-Mar-12
689695

690696
Sawyer X 5.29.0 2018-Jun-26 The 5.29 development track
691697
Steve 5.29.1 2018-Jul-20
692698
BinGOs 5.29.2 2018-Aug-20
693699
John 5.29.3 2019-Sep-20
700+
Aaron 5.29.4 2019-Oct-20
701+
Ether 5.29.5 2019-Nov-20
694702

695703
rurban 5.29.0c 2018-Oct-14
704+
rurban 5.29.1c 2019-Mar-12
696705

697706
=head2 SELECTED RELEASE MEMORY USAGE
698707

@@ -851,6 +860,7 @@ explained below.
851860
5.22.0 7819 115 1284 77 19121 2635 9772 2434 5615 176
852861
5.24.0 7922 113 1287 77 19535 2677 9994 2465 5702 177
853862
5.26.0 9140 121 24925 1200 40643 3017 10514 2614 7854 211
863+
5.28.0 13056 128 27267 1230 41745 3130 10952 2715 8185 218
854864
5.26.0c 9650 119 1305 79 22011 2950 4237 640 5952 196
855865
5.28.0c 4048 122 1374 83 20991 2952 11086 2734 6698 199
856866

0 commit comments

Comments
 (0)