Skip to content

Commit ded8ea4

Browse files
committed
perldeprecation: Update for 5.32 changed behavior
1 parent 30f089c commit ded8ea4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pod/perldeprecation.pod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ started to give deprecation warnings since. These cases were made fatal
112112
in Perl 5.26. Due to an oversight, not all cases of a use of a literal
113113
C<{> got a deprecation warning. Some cases started warning in Perl 5.26,
114114
and were made fatal in Perl 5.30. Other cases started in Perl 5.28,
115-
and will be made fatal in 5.32.
115+
and were made fatal in 5.32.
116116

117117
=head3 In XS code, use of various macros dealing with UTF-8.
118118

@@ -162,7 +162,8 @@ corresponds to C<isDIGIT_utf8>, and both now behave identically. All
162162
are documented in L<perlapi/Character case changing> and
163163
L<perlapi/Character classification>.
164164

165-
This change was originally scheduled for 5.30, but was delayed.
165+
This change was originally scheduled for 5.30, but was delayed until
166+
5.32.
166167

167168
=head2 Perl 5.30
168169

0 commit comments

Comments
 (0)