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

Commit 62343bd

Browse files
author
Reini Urban
committed
Release cperl-5.24.0-RC4
Finally fixed all new tailcall cases: sig2pp, sig2sig, pp2sig. Fixed method calls for protected stashes. Broken upstream, but with cperl and its protected coretypes more needed here. Fixed lexical $_ in enter/given. scope order, restauration of my $_. Additionally some new patches for Configure, B-C, ExtUtils::Embed, Config, ExtUtils::ParseXS, Test::Simple, h2ph, Sub::Utils. From suse, fedora and debian and several upstream core patches, which resemble 5.24.1 upstream.
1 parent 20a5423 commit 62343bd

File tree

7 files changed

+13
-9
lines changed

7 files changed

+13
-9
lines changed

.git-rr-cache

cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use 5.006;
1111

1212
use strict;
1313
use warnings;
14-
our $VERSION = '8.04_04';
14+
our $VERSION = '8.04_05';
1515

1616
use ExtUtils::MakeMaker::Config;
1717
use Cwd 'cwd';

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream
44
%bug_tracker %deprecated %delta/;
55
use Module::CoreList::TieHashDelta;
66
use version;
7-
$VERSION = '5.20160728c';
7+
$VERSION = '5.20160712c';
88
$VERSION =~ s/c$//;
99

1010
sub _released_order { # Sort helper, to make '?' sort after everything else
@@ -12638,7 +12638,7 @@ for my $version ( sort { version_sort($a, $b) } keys %released ) {
1263812638
'Module::CoreList' => '5.20160618c',
1263912639
'Module::CoreList::TieHashDelta'=> '5.20160618',
1264012640
'Module::CoreList::Utils'=> '5.20160618c',
12641-
'B::C' => '1.54_07',
12641+
'B::C' => '1.54_08',
1264212642
'DynaLoader' => '2.04c',
1264312643
'Socket' => '2.021_02',
1264412644
'Storable' => '3.00c',
@@ -12660,7 +12660,7 @@ for my $version ( sort { version_sort($a, $b) } keys %released ) {
1266012660
'ExtUtils::MakeMaker' => '8.04_03',
1266112661
'ExtUtils::Command::MM' => '8.04_03',
1266212662
'ExtUtils::Liblist' => '8.04_03',
12663-
'ExtUtils::Liblist::Kid' => '8.04_04',
12663+
'ExtUtils::Liblist::Kid' => '8.04_05',
1266412664
'ExtUtils::Mkbootstrap' => '8.04_03c',
1266512665
'ExtUtils::Mksymlists' => '8.04_03',
1266612666
'Parse::CPAN::Meta' => '1.5000c',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
66
use Module::CoreList;
77
use Module::CoreList::TieHashDelta;
88

9-
$VERSION = '5.20160728c';
9+
$VERSION = '5.20160712c';
1010
$VERSION =~ s/c$//;
1111

1212
sub utilities {

pod/perlcdelta.pod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ and prohibit the unsupported CPAN::Meta::YAML.
284284

285285
Type File-Path args.
286286

287+
Fix ExtUtils::Liblist::Kid for systemlib symlinks, esp. on darwin.
288+
287289
=item Parse-CPAN-Meta 1.5000c
288290

289291
Modernized.

pod/perlhist.pod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,9 +595,11 @@ the strings?).
595595
rurban 5.24.0c-RC1 2016-Jun-08 cperl 5.24
596596
rurban 5.24.0c-RC2 2016-Jun-17
597597
rurban 5.24.0c-RC3 2016-Jun-22
598+
rurban 5.24.0c-RC4 2016-Jul-12
598599

599600
Ricardo 5.25.0 2016-May-09 The 5.25 development track
600601
Sawyer X 5.25.1 2016-May-20
602+
Matthew 5.25.2 2016-Jun-20
601603

602604

603605
=head2 SELECTED RELEASE MEMORY USAGE

t/porting/customized.dat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Encode cpan/Encode/bin/enc2xs 5466e0a9ea7cadea5d461a764a4db32330637a1f
3030
ExtUtils::CBuilder dist/ExtUtils-CBuilder/t/00-have-compiler.t b65ce65850ad1b887e38d2a081920646f162fbaa
3131
ExtUtils::CBuilder dist/ExtUtils-CBuilder/t/03-cplusplus.t c01ba6e7a872c8a7fc26e277e0dea109616a5e56
3232
ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm ee0d36d1a3d0cc3e4201766fff6519edf7e99d1a
33-
ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm d145d311499bf45cdb39a56b07f77c022e65fcda
33+
ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm 769c3b8076e21ff0b5cac1be54c3a9993ad64e9b
3434
ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm d88649ead5abb549df286334a035af924cc2befa
3535
ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm d79b98465a632dc3bde76a0210d01014d2257dc6
3636
ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm 62b0abc38e8c8734fade49c5e63477fe9fc0ea05
@@ -47,8 +47,8 @@ File::Path cpan/File-Path/lib/File/Path.pm 623799e76e11a756ca5e18749d8bc1bdc3800
4747
File::Path cpan/File-Path/t/Path_win32.t 94b9276557ce7f80b91f6fd9bfa7a0cd9bf9683e
4848
File::Spec dist/PathTools/t/rel2abs_vs_symlink.t abbf1a890a1b6fefebc0c8a9e2849694ade89fa9
4949
JSON::PP cpan/JSON-PP/lib/JSON/PP.pm ea210ef037088b8ff77db8a0c149e09032a4beab
50-
Module::CoreList dist/Module-CoreList/lib/Module/CoreList.pm b1c1e4306ece3ab68a551eb8c4bfa08212d79e62
51-
Module::CoreList dist/Module-CoreList/lib/Module/CoreList/Utils.pm 4285c5ddf88f77c9ee77f253e03f512651088ce4
50+
Module::CoreList dist/Module-CoreList/lib/Module/CoreList.pm a9a16d3e80e8c60db55b52607b95499dd79f73cd
51+
Module::CoreList dist/Module-CoreList/lib/Module/CoreList/Utils.pm 96f2defaaebedce023efc6e79aeac9f27ed4c006
5252
Module::Metadata cpan/Module-Metadata/t/lib/GeneratePackage.pm 502ffbe2609947430e6aa1a3df8064b3fef3e086
5353
Net::Domain cpan/libnet/lib/Net/Domain.pm 3ada368520d3179da8bc1b28ae61a99b4981b758
5454
Pod::Checker cpan/Pod-Checker/scripts/podchecker.PL 8ac11522808238b028b935fa94bf5ff319e68938

0 commit comments

Comments
 (0)