summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2012-03-19 22:18:15 +0100
committerAbigail <abigail@abigail.be>2012-03-19 22:18:31 +0100
commit78de934f39c2d076a0a3b7b73bc4bb7d0d5780f9 (patch)
treec7ccf888fdac768a1b9cec706fa66e9f83b182a1
parent6cd577feeaf75f6e140a8584b4c805a7799b33c1 (diff)
downloadperl-78de934f39c2d076a0a3b7b73bc4bb7d0d5780f9.tar.gz
More perldelta work.
-rw-r--r--pod/perldelta.pod37
1 files changed, 2 insertions, 35 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index bb6254291a..1f2f16fb64 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -174,45 +174,13 @@ C<STDIN> had been closed.
There have been no changes to Perl's support of various platforms between
5.15.8 and 5.15.9.
-=head2 Platform-Specific Notes
-
-XXX List any changes for specific platforms. This could include configuration
-and compilation changes or changes in portability/compatibility. However,
-changes within modules for platforms should generally be listed in the
-L</Modules and Pragmata> section.
-
-=over 4
-
-=item XXX-some-platform
-
-XXX
-
-=back
-
=head1 Internal Changes
-XXX Changes which affect the interface available to C<XS> code go here.
-Other significant internal changes for future core maintainers should
-be noted as well.
-
-[ List each change as a =item entry ]
-
-=over 4
-
-=item *
-
-XXX
-
-=back
+There has been no change that affects the interface available to C<< XS >>
+between 5.15.8 and 5.15.9.
=head1 Selected Bug Fixes
-XXX Important bug fixes in the core language are summarised here.
-Bug fixes in files in F<ext/> and F<lib/> are best summarised in
-L</Modules and Pragmata>.
-
-[ List each fix as a =item entry ]
-
=over 4
=item *
@@ -256,7 +224,6 @@ propgates that value [perl #111654].
C<< Term::ReadLine >> now uses AnyEvent instead of Tk for an event loop.
-
=back
=head1 Known Problems