diff options
author | Aaron Crane <arc@cpan.org> | 2016-10-16 13:58:52 +0100 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2016-10-16 14:00:16 +0100 |
commit | 9b7af82debf50f8890235264a20ef439b2695c9c (patch) | |
tree | 822e7021c9a4cca219a67a6ed55ae1c9531f892b | |
parent | d1e7b5aaf871f3bb4562cefa3ee3153d9aa9506f (diff) | |
download | perl-9b7af82debf50f8890235264a20ef439b2695c9c.tar.gz |
Move perldelta entry to correct section
-rw-r--r-- | pod/perldelta.pod | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7479528031..f01e7a491c 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -273,10 +273,6 @@ changes as paragraphs below it. ] =head2 New Platforms -A sub containing a "forward" declaration with the same name (e.g., -C<sub c { sub c; }>) could sometimes crash or loop infinitely. [perl -#129090] - =over 4 =item XXX-some-platform @@ -356,7 +352,9 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>. =item * -XXX +A sub containing a "forward" declaration with the same name (e.g., +C<sub c { sub c; }>) could sometimes crash or loop infinitely. [perl +#129090] =back |