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

Commit 63fc08a

Browse files
committed
Release cperl-5.24.4
1 parent 1a9b8e4 commit 63fc08a

File tree

6 files changed

+40
-15
lines changed

6 files changed

+40
-15
lines changed

cpan/B-C/lib/B/Asmdata.pm

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
#
1212
# This file is autogenerated from bytecode.pl. Changes made here will be lost.
13-
# It is specific for cperl 5.024004 only.
13+
# It is specific for cperl 5.024004-nt only.
1414
#
1515
package B::Asmdata;
1616

@@ -137,8 +137,9 @@ $insn_data{op_last} = [103, \&PUT_opindex, "GET_opindex"];
137137
$insn_data{op_other} = [104, \&PUT_opindex, "GET_opindex"];
138138
$insn_data{op_pmreplroot} = [105, \&PUT_opindex, "GET_opindex"];
139139
$insn_data{op_pmreplstart} = [106, \&PUT_opindex, "GET_opindex"];
140-
$insn_data{op_pmstashpv} = [108, \&PUT_pvindex, "GET_pvindex"];
141-
$insn_data{op_pmreplrootpo} = [109, \&PUT_PADOFFSET, "GET_PADOFFSET"];
140+
$insn_data{op_pmstashpv} = [108, 0, "GET_pvindex"];
141+
$insn_data{op_pmstash} = [110, \&PUT_svindex, "GET_svindex"];
142+
$insn_data{op_pmreplrootgv} = [111, \&PUT_svindex, "GET_svindex"];
142143
$insn_data{pregcomp} = [112, \&PUT_pvcontents, "GET_pvcontents"];
143144
$insn_data{op_pmflags} = [113, \&PUT_pmflags, "GET_pmflags"];
144145
$insn_data{op_pmpermflags} = [114, 0, "GET_U16"];
@@ -151,10 +152,10 @@ $insn_data{op_redoop} = [120, \&PUT_opindex, "GET_opindex"];
151152
$insn_data{op_nextop} = [121, \&PUT_opindex, "GET_opindex"];
152153
$insn_data{op_lastop} = [122, \&PUT_opindex, "GET_opindex"];
153154
$insn_data{cop_label} = [123, \&PUT_pvindex, "GET_pvindex"];
154-
$insn_data{cop_stashpv} = [124, \&PUT_pvindex, "GET_pvindex"];
155-
$insn_data{cop_file} = [125, \&PUT_pvindex, "GET_pvindex"];
156-
$insn_data{cop_stash} = [126, 0, "GET_svindex"];
157-
$insn_data{cop_filegv} = [127, 0, "GET_svindex"];
155+
$insn_data{cop_stashpv} = [124, 0, "GET_pvindex"];
156+
$insn_data{cop_file} = [125, 0, "GET_pvindex"];
157+
$insn_data{cop_stash} = [126, \&PUT_svindex, "GET_svindex"];
158+
$insn_data{cop_filegv} = [127, \&PUT_svindex, "GET_svindex"];
158159
$insn_data{cop_seq} = [128, \&PUT_U32, "GET_U32"];
159160
$insn_data{cop_arybase} = [129, 0, "GET_I32"];
160161
$insn_data{cop_line} = [130, \&PUT_U32, "GET_U32"];
@@ -172,7 +173,6 @@ $insn_data{defstash} = [141, \&PUT_svindex, "GET_svindex"];
172173
$insn_data{data} = [142, \&PUT_U8, "GET_U8"];
173174
$insn_data{incav} = [143, \&PUT_svindex, "GET_svindex"];
174175
$insn_data{load_glob} = [144, \&PUT_svindex, "GET_svindex"];
175-
$insn_data{regex_padav} = [145, \&PUT_svindex, "GET_svindex"];
176176
$insn_data{dowarn} = [146, \&PUT_U8, "GET_U8"];
177177
$insn_data{comppad_name} = [147, \&PUT_svindex, "GET_svindex"];
178178
$insn_data{xgv_stash} = [148, \&PUT_svindex, "GET_svindex"];
@@ -212,8 +212,8 @@ $insn_data{padn_pv} = [181, \&PUT_strconst, "GET_strconst"];
212212
$insn_data{padn_flags} = [182, \&PUT_U8, "GET_U8"];
213213
$insn_data{unop_aux} = [183, \&PUT_strconst, "GET_strconst"];
214214
$insn_data{methop_methsv} = [184, \&PUT_svindex, "GET_svindex"];
215-
$insn_data{methop_rclass} = [185, 0, "GET_svindex"];
216-
$insn_data{methop_rclass} = [186, \&PUT_PADOFFSET, "GET_PADOFFSET"];
215+
$insn_data{methop_rclass} = [185, \&PUT_svindex, "GET_svindex"];
216+
$insn_data{methop_rclass} = [186, 0, "GET_PADOFFSET"];
217217

218218
my ($insn_name, $insn_data);
219219
while (($insn_name, $insn_data) = each %insn_data) {

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

Lines changed: 2 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.20180911c';
6+
$VERSION = '5.20180913c';
77
$VERSION =~ s/c$//;
88

99
sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# }
@@ -361,7 +361,7 @@ our %released = (
361361
5.028000 => '2018-06-22',
362362
'5.028000c' => '2018-09-10',
363363
'5.026003c' => '2018-09-10',
364-
'5.024004c' => '2018-09-12',
364+
'5.024004c' => '2018-09-14',
365365
);
366366

367367
sub version_sort {

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

Lines changed: 1 addition & 1 deletion
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.20180911';
6+
$VERSION = '5.20180913';
77

88
sub TIEHASH {
99
my ($class, $changed, $removed, $parent) = @_;

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

Lines changed: 1 addition & 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.20180911c';
8+
$VERSION = '5.20180913c';
99
$VERSION =~ s/c$//;
1010

1111
sub utilities {

pod/perlcdelta.pod

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,10 +600,34 @@ C<re_intuit_start()> was fixed for non-utf8 targets to ignore the utf8 folding r
600600
=back
601601

602602
=head1 Acknowledgements
603+
cperl 5.24.4 represents approximately 8 months of development since cperl
604+
5.24.3c and contains approximately 33,000 lines of changes across 560 files
605+
from 7 authors.
606+
607+
Excluding auto-generated files, documentation and release tools, there were
608+
approximately 14,000 lines of changes to 390 .pm, .t, .c and .h files.
609+
610+
The following people are known to have contributed the improvements that became
611+
cperl 5.24.4:
612+
613+
Reini Urban, Karl Williamson, Tony Cook, Chris 'BinGOs' Williams, Renee
614+
Baecker, Yves Orton, Zefram.
615+
616+
The list above is almost certainly incomplete as it is automatically generated
617+
from version control history including the perl and cperl repos. In particular,
618+
it does not include the names of the (very much appreciated) contributors who
619+
reported issues to the Perl bug tracker and the cperl github issues.
620+
621+
Many of the changes included in this version originated in the CPAN modules
622+
included in Perl's core. We're grateful to the entire CPAN community for
623+
helping Perl to flourish.
624+
625+
For a more complete list of all of Perl's historical contributors, please see
626+
the F<AUTHORS> file in the Perl source distribution.
603627

604628
Generated with:
605629

606-
cperl Porting/acknowledgements.pl cperl-5.24.3..HEAD
630+
cperl Porting/acknowledgements.pl cperl-5.24.3..HEAD -c
607631

608632
=head1 Reporting Bugs
609633

pod/perlhist.pod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ the strings?).
622622
rurban 5.24.1c 2016-Oct-13
623623
rurban 5.24.2c 2016-Dec-16
624624
rurban 5.24.3c 2018-Jan-05
625+
rurban 5.24.4c 2018-Sep-14
625626

626627
Ricardo 5.25.0 2016-May-09 The 5.25 development track
627628
Sawyer X 5.25.1 2016-May-20

0 commit comments

Comments
 (0)