Skip to content

Commit 27a35a2

Browse files
committed
Perldelta for integer stringification change in Perl_do_print
1 parent 84c6a19 commit 27a35a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pod/perldelta.pod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ patterns and swaps in a new dedicated operator (C<OP_SUBSTR_LEFT>).
118118

119119
=item *
120120

121+
The stringification of integers by L<perlfunc/print> and L<perlfunc/say>,
122+
when coming from an SVt_IV, is now more efficient.
123+
[GH #XXXXX]
124+
125+
=item *
126+
121127
XXX
122128

123129
=back

0 commit comments

Comments
 (0)