perldelta - A couple more corrections to recent additions
authorSteve Hay <steve.m.hay@googlemail.com>
Mon, 16 Sep 2013 21:43:45 +0000 (22:43 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Mon, 16 Sep 2013 21:43:45 +0000 (22:43 +0100)
pod/perldelta.pod

index cd182e2..e8529bd 100644 (file)
@@ -42,8 +42,8 @@ This meant that the quality of perl's random numbers would vary from platform
 to platform, from the 15 bits of rand() on Windows to 48-bits on POSIX
 platforms such as Linux with drand48().
 
-Perl now uses its own internal drand48() implementation on all platforms.
-This does not make perl's rand() cryptographically secure.  [perl #115928]
+Perl now uses its own internal drand48() implementation on all platforms.  This
+does not make perl's C<rand> cryptographically secure.  [perl #115928]
 
 =head2 Better 64-bit support
 
@@ -620,15 +620,16 @@ restored in stub form, directing readers to current information.
 New sections have been added to document the new index/value array slice and
 key/value hash slice syntax.
 
-=item *
+=back
+
+=head3 L<perldebguts>
 
-Briefly documented the C<&DB::goto> and C<&DB::lsub> debugger
-subroutines in L<perldebguts> [perl #77680]
+=over 4
 
 =item *
 
-L<perlsub> now includes a list of subroutine names used by the perl
-implementation. [perl #77680]
+The C<&DB::goto> and C<&DB::lsub> debugger subroutines are now documented.
+[perl #77680]
 
 =back
 
@@ -654,6 +655,17 @@ been updated.
 
 =back
 
+=head3 L<perlsub>
+
+=over 4
+
+=item *
+
+A list of subroutine names used by the perl implementation is now included.
+[perl #77680]
+
+=back
+
 =head1 Diagnostics
 
 The following additions or changes have been made to diagnostic output,