summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Martini <PeterCMartini@GMail.com>2014-08-20 16:20:05 -0400
committerPeter Martini <PeterCMartini@GMail.com>2014-08-20 16:20:05 -0400
commit29a15389521f38a960299048333ebb1c0d68ad7f (patch)
treeae96ff633f73900c6e861e947819ad3ee1a52577
parent36719686e209d3a2120ac01da5207598078e07a7 (diff)
downloadperl-29a15389521f38a960299048333ebb1c0d68ad7f.tar.gz
perldelta: cleanup per JHI's commentv5.21.3
-rw-r--r--pod/perldelta.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 9e0f044ae2..8ed52b7438 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -19,10 +19,9 @@ L<perl5212delta>, which describes differences between 5.21.1 and 5.21.2.
In 5.21.1, C<defined(@array)> was made fatal. This has been relaxed
to not die if the argument is assigning to an array.
-=head2 Floating point handling and parsing has been improved
+=head2 Floating point parsing has been improved
Parsing and printing of floating point values has been improved.
-XXX what in addition to hexadecimal floats? if nothing, change the head2.
As a completely new feature, hexadecimal floating point literals
(like 0x1.23p-4) are now supported, and they can be output with