=head1 NAME
-[ Any text flagged as XXX needs to be processed before release. ]
-
perldelta - what is new for perl v5.11.1
=head1 DESCRIPTION
This document describes differences between the 5.11.0 release and
the 5.11.1 release.
-=head1 Notice
-
-XXX Notice
-
=head1 Incompatible Changes
=over
=head1 Modules and Pragmata
+=head2 Updated Modules
+
=over 4
=item Upgrade to Test-Simple-0.94
=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
=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
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
=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
=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
=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
=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
-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
-