diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 18b4347ea4..440d846361 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -186,7 +186,9 @@ on environment variables has been corrected and expanded. =head3 L<POSIX> -=over * +=over + +=item * The invocation documentation for C<WIFEXITED>, C<WEXITSTATUS>, C<WIFSIGNALED>, C<WTERMSIG>, C<WIFSTOPPED>, and C<WSTOPSIG> was corrected. @@ -282,8 +284,6 @@ None None -=back - =head2 Platform-Specific Notes XXX List any changes for specific platforms. This could include configuration @@ -330,6 +330,8 @@ paths on Ubuntu natty. =head1 Internal Changes +=over + =item * The compiled representation of formats is now stored via the mg_ptr of |