perldelta editing
Jesse Vincent [Mon, 19 Oct 2009 14:09:19 +0000 (10:09 -0400)]
pod/perl5111delta.pod

index 7e8dc89..033f3c6 100644 (file)
@@ -1,7 +1,5 @@
 =head1 NAME
 
-[ Any text flagged as XXX needs to be processed before release. ]
-
 perldelta - what is new for perl v5.11.1
 
 =head1 DESCRIPTION
@@ -9,10 +7,6 @@ perldelta - what is new for perl v5.11.1
 This document describes differences between the 5.11.0 release and
 the 5.11.1 release.
 
-=head1 Notice
-
-XXX Notice
-
 =head1 Incompatible Changes
 
 =over 
@@ -89,6 +83,8 @@ CPAN::Unpack show any users outside the Perl core.
 
 =head1 Modules and Pragmata
 
+=head2 Updated Modules
+
 =over 4 
 
 =item Upgrade to Test-Simple-0.94
@@ -119,49 +115,6 @@ CPAN::Unpack show any users outside the Perl core.
 
 =back
 
-=head2 New Modules and Pragmata
-
-=over 4
-
-=item C<XXX>
-
-XXX
-
-=back
-
-=head2 Pragmata Changes
-
-=over 4
-
-=item C<XXX>
-
-XXX
-
-=back
-
-=head2 Updated Modules
-
-=over 4
-
-=item C<XXX>
-
-XXX
-
-=back
-
-=head1 Utility Changes
-
-XXX Changes to installed programs such as F<perlbug> and F<xsubpp> go
-here. Most of these are built within the directories F<utils> and F<x2p>.
-
-=over 4
-
-=item F<XXX>
-
-XXX
-
-=back
-
 =head1 New Documentation
 
 =over 4
@@ -180,15 +133,10 @@ XXX
 
 =head1 Performance Enhancements
 
-XXX Changes which enhance performance without changing behaviour go here. There
-may well be none in a stable release.
-
 =over 4
 
 =item C<if (%foo)> has been optimized to be faster than C<if (keys %foo)>
 
-XXX
-
 =back
 
 =head1 Installation and Configuration Improvements
@@ -196,14 +144,6 @@ XXX
 XXX Changes to F<Configure>, F<installperl>, F<installman>, and analogous tools
 go here.
 
-=head2 Configuration improvements
-
-XXX
-
-=head2 Compilation improvements
-
-XXX
-
 =head2 Platform Specific Changes
 
 =over 4
@@ -241,10 +181,6 @@ on Darwin 8 and 9 (Mac OS X 10.4 and 10.5, respectively).
 
 =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>.
-
 =over 4
 
 =item Perl now properly returns a syntax error instead of segfaulting
@@ -256,12 +192,14 @@ C<tell()> now returns C<-1>, and sets errno to C<EBADF>, thus restoring the 5.8.
 
 =item overload no longer implicitly unsets fallback on repeated 'use overload' lines
 
+=item POSIX::strftime() can now handle Unicode characters in the format string.
+
+=item The winsock select() implementation now supports all empty C<fd_set>s more correctly.
+
 =back
 
 =head1 New or Changed Diagnostics
 
-XXX New or changed warnings emitted by the core's C<C> code go here.
-
 =over 4
 
 
@@ -283,24 +221,8 @@ see L<perldiag.pod>
 
 =back
 
-=head1 Changed Internals
-
-XXX Changes which affect the interface available to C<XS> code go here.
-
-=over 4
-
-=item *
-
-XXX
-
-=back
-
 =head1 Testing
 
-XXX Changes which create B<new> files in F<t/> go here. Changes to
-existing files in F<t/> aren't worth summarising, although the bugs that
-they represent may be.
-
 =over 4
 
 =item Significant cleanups to core tests to ensure that language and
@@ -331,37 +253,11 @@ XXX
 
 =back
 
-=head1 Deprecations
-
-XXX Add any new known deprecations here.
-
-The following items are now deprecated.
-
-=over 4
-
-=item *
-
-XXX
-
-=back
-
-=head1 Platform Specific Notes
-
-XXX Any changes specific to a particular platform. VMS and Win32 are the usual
-stars here. It's probably best to group changes under the same section layout
-as the main perldelta
-
-
 =head1 Errata
 
 
-k=item The Perl 5.11.0 release notes incorrectly described 'delete local'
-
+=item The Perl 5.11.0 release notes incorrectly described 'delete local'
 
-=head1 Obituary
-
-XXX If any significant core contributor has died, we've added a short obituary
-here.
 
 =head1 Acknowledgements
 
@@ -408,36 +304,3 @@ This is all changes through 704e1b1e
 
 
 
-commit a44d0896a6c4bfe01ea532694b8c1c073ea6a2f1
-Author: Nicholas Clark <nick@ccl4.org>
-Date:   Thu Oct 15 23:37:41 2009 +0100
-
-    POSIX::strftime() should be able to handle Unicode characters in the format string.
-
-commit e4d771f5006ebd70b76422437cce60e9ac40c830
-Author: Jan Dubois <jand@activestate.com>
-Date:   Tue Oct 13 16:46:58 2009 -0700
-
-    The winsock select() implementation doesn't support all empty 'fd_set's.
-
-    The code already contained a workaround for the special case
-
-        select(undef, undef, undef, $sleep);
-
-    but didn't handle the case when actual bit vectors were passed in
-    that didn't have any bits set.
-
-    Fixes http://rt.perl.org/rt3/Public/Bug/Display.html?id=54544
-
-
-
-
-
-    Add perltodo: write an XS cookbook
-
-    Explain using git send-email for patches
-
-
-
- =TODO FOR RELENG GUIDE   Make Module::Corelist recognise $] as a version number on 5.11.0
-