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

Commit a81a3a3

Browse files
author
Reini Urban
committed
Release cperl-5.22.3
Update perlcdelta
1 parent ecb0fc4 commit a81a3a3

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

pod/perlcdelta.pod

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ I.e. dont check for arguments which cannot be null.
3939

4040
=over 4
4141

42-
=item Scalar-List-Utils 1.45_02
42+
=item Scalar-List-Utils 1.45_03
4343

4444
Add support for utf8 and binary subroutine names and packages.
4545
Taken from L<https://github.com/rurban/sub-name/commits/binary>
@@ -51,16 +51,18 @@ See L<https://github.com/Scalar-List-Utils/Scalar-List-Utils/pull/44>
5151

5252
With some cperl-specific improvements.
5353

54-
Handle cperl OP_SIGNATURE, at least the simple variants.
55-
Fix refcount of cop hints hashes with 5.22-nt (#220)
54+
Handle cperl OP_SIGNATURE, at least the simple variants,
55+
Fix refcount of cop hints hashes with 5.22-nt
56+
L<[perl-compiler #220]|https://github.com/rurban/perl-compiler/issues/220>,
5657
Better UVX L and U suffices,
5758
Handle shared IV and UV xpv structs.
5859

5960
No strcpy. replace with my_strlcpy in ByteLoader
6061

6162
=item DynaLoader 2.02c
6263

63-
Fixed VERSION check with @INC callbacks (#148).
64+
Fixed VERSION check with @INC callbacks
65+
L<[cperl #148]|https://github.com/perl11/cperl/issues/148>.
6466
Reset stack after INC callbacks.
6567

6668
Fixes F<Class-Accessor-Grouped/t/accessors_pp.t>
@@ -74,18 +76,21 @@ Fixes F<Class-Accessor-Grouped/t/accessors_pp.t>
7476
=item Fix C<for my$var> regression
7577

7678
Fixed cperl-5.22.2 regression causing the error
77-
"Missing $ on loop variable". Also with C<for our$> (#145)
79+
"Missing $ on loop variable". Also with C<for our$>
80+
L<[cperl #145]|https://github.com/perl11/cperl/issues/145>
7881

7982
=item Fixed warnings redefine regression
8083

81-
Fixed cperl-5.22.2 regression causing Sub::Install to fail. The
82-
first printed ", called by" location was wrong (#113)
84+
Fixed cperl-5.22.2 regression causing C<Sub::Install> to fail. The
85+
first printed ", called by" location was wrong.
86+
L<[cperl #113]|https://github.com/perl11/cperl/issues/113>
8387

8488
=item Fix FETCH_type_ATTRIBUTES callbacks
8589

8690
Both arguments to C<FETCH_type_ATTRIBUTES> callbacks were wrong. The first was
8791
an unassignable stash and is now the package name, and the 2nd was a cv and
88-
is now a cvref. This was broken in cperl5.22.1 and cperl5.22.2 (#147)
92+
is now a cvref. This was broken in cperl5.22.1 and cperl5.22.2
93+
L<[cperl #147]|https://github.com/perl11/cperl/issues/147>
8994

9095
=item Wrong "Can't find Unicode property definition" error
9196

0 commit comments

Comments
 (0)