Skip to content

Commit 4b98c87

Browse files
committed
perldelta: binary/octal floating-point documentation
1 parent 3e18f72 commit 4b98c87

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pod/perldelta.pod

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,17 @@ section.
174174

175175
Additionally, the following selected changes have been made:
176176

177-
=head3 L<XXX>
177+
=head3 L<perldata>
178178

179179
=over 4
180180

181181
=item *
182182

183-
XXX Description of the change here
183+
Binary and octal floating-point constants (such as C<012.345p-2> and
184+
C<0b101.11p-1>) are now documented. This feature was first introduced in perl
185+
5.22.0 together with hexadecimal floating-point constants and had a few bug
186+
fixes in perl 5.28.0, but it was never formally documented.
187+
[GH #18664]
184188

185189
=back
186190

0 commit comments

Comments
 (0)