=head1 NAME
-[ this is a template for a new perldelta file. Any text flagged as XXX needs
-to be processed before release. ]
-
perldelta - what is new for perl v5.17.10
=head1 DESCRIPTION
=head1 Notice
-XXX Any important notices here
-
=head1 Core Enhancements
-XXX New core language features go here. Summarize user-visible core language
-enhancements. Particularly prominent performance optimisations could go
-here, but most should go in the L</Performance Enhancements> section.
-
-[ List each enhancement as a =head2 entry ]
-
=head1 Security
-XXX Any security-related notices go here. In particular, any security
-vulnerabilities closed should be noted here rather than in the
-L</Selected Bug Fixes> section.
+=head2 Hash iteration randomized per hash variable
-[ List each security issue as a =head2 entry ]
+Every hash has its own iteration order, which
+should make it much more difficult to determine what the current hash
+seed is.
=head1 Incompatible Changes
=head1 Deprecations
-XXX Any deprecated features, syntax, modules etc. should be listed here. In
-particular, deprecated modules should be listed here even if they are listed as
-an updated module in the L</Modules and Pragmata> section.
-
-[ List each deprecation as a =head2 entry ]
-
=head2 PL_sv_objcount
This interpreter-global variable used to track the total number of
=head1 Performance Enhancements
-XXX Changes which enhance performance without changing behaviour go here.
-There may well be none in a stable release.
-
-[ List each enhancement as a =item entry ]
-
-=over 4
-
-=item *
-
-XXX
-
-=back
-
=head1 Modules and Pragmata
XXX All changes to installed files in F<cpan/>, F<dist/>, F<ext/> and F<lib/>
=item *
-XXX
+L<Config::Perl::V> 0.17 has been added to the Perl core.
=back
=item *
+L<Archive::Extract> has been upgraded from version 0.62 to 0.68.
+
+NOTE: L<Archive::Extract> is deprecated and may be removed from a future version of Perl.
+
+=item *
+
+L<Attribute::Handlers> has been upgraded from version 0.93 to 0.94.
+
+=item *
+
+L<B::Lint> has been upgraded from version 1.14 to 1.17.
+
+NOTE: L<B::Lint> is deprecated and may be removed from a future version of Perl.
+
+=item *
+
L<Benchmark> has been upgraded from version 1.14 to 1.15.
This reverts (for now) a change in 1.14 whereby the "too few iterations"
=item *
-L<Perl::OSType> has been upgraded from version 1.002 to 1.003.
+L<bignum> has been upgraded from version 0.31 to 0.32.
-This fixes a bug detecting the VOS operating system.
+=item *
-=back
+L<CPAN> has been upgraded from version 1.99_51 to 2.00.
-=head2 Removed Modules and Pragmata
+=item *
-=over 4
+L<CPANPLUS> has been upgraded from version 0.9133 to 0.9135.
+
+NOTE: L<CPANPLUS> is deprecated and may be removed from a future version of Perl.
=item *
-XXX
+L<CPANPLUS::Dist::Build> has been upgraded from version 0.68 to 0.70.
-=back
+NOTE: L<CPANPLUS::Dist::Build> is deprecated and may be removed from a future version of Perl.
-=head1 Documentation
+=item *
-XXX Changes to files in F<pod/> go here. Consider grouping entries by
-file and be sure to link to the appropriate page, e.g. L<perlfunc>.
+L<Data::Dumper> has been upgraded from version 2.141 to 2.142.
-=head2 New Documentation
+=item *
-XXX Changes which create B<new> files in F<pod/> go here.
+L<DBM_Filter> has been upgraded from version 0.04 to 0.05.
-=head3 L<XXX>
+=item *
-XXX Description of the purpose of the new file here
+L<Digest::SHA> has been upgraded from version 5.81 to 5.82.
-=head2 Changes to Existing Documentation
+=item *
-XXX Changes which significantly change existing files in F<pod/> go here.
-However, any changes to F<pod/perldiag.pod> should go in the L</Diagnostics>
-section.
+L<Encode> has been upgraded from version 2.47 to 2.48.
-=head3 L<perlrebackslash/\N>
+=item *
-=over 4
+L<ExtUtils::Manifest> has been upgraded from version 1.62 to 1.63.
=item *
-This feature is no longer experimental.
+L<File::CheckTree> has been upgraded from version 4.41 to 4.42.
-=back
+=item *
-=head1 Diagnostics
+L<File::DosGlob> has been upgraded from version 1.09 to 1.10.
-The following additions or changes have been made to diagnostic output,
-including warnings and fatal error messages. For the complete list of
-diagnostic messages, see L<perldiag>.
+=item *
-XXX New or changed warnings emitted by the core's C<C> code go here. Also
-include any changes in L<perldiag> that reconcile it to the C<C> code.
+L<File::Temp> has been upgraded from version 0.22 to 0.22_90.
-=head2 New Diagnostics
+=item *
-XXX Newly added diagnostic messages go under here, separated into New Errors
-and New Warnings
+L<Filter::Simple> has been upgraded from version 0.88 to 0.89.
-=head3 New Errors
+=item *
-=over 4
+L<IO> has been upgraded from version 1.26 to 1.27.
=item *
-XXX L<message|perldiag/"message">
+L<Log::Message> has been upgraded from version 0.04 to 0.06.
-=back
+NOTE: L<Log::Message> is deprecated and may be removed from a future version of Perl.
-=head3 New Warnings
+=item *
-=over 4
+L<Log::Message::Simple> has been upgraded from version 0.08 to 0.10.
+
+NOTE: L<Log::Message::Simple> is deprecated and may be removed from a future version of Perl.
=item *
-L%c* is deprecated, and will become a syntax error|perldiag/"%c* is deprecated, and will become a syntax error">
+L<Math::BigInt> has been upgraded from version 1.998 to 1.999.
-Use of C<@*>, C<&*>, C<**> or C<%*> is now deprecated, and will generate a
-compile time warning, enabled by default. In future such code will fail to
-compile with a syntax error. Removing these variables, along with C<$*>,
-will permit future syntax additions.
+=item *
-=back
+L<Module::CoreList> has been upgraded from version 2.80 to 2.82.
-=head2 Changes to Existing Diagnostics
+=item *
-=over 4
+L<Module::Load> has been upgraded from version 0.22 to 0.24.
=item *
-L<$* is no longer supported, and will become a syntax error|perldiag/"$* is no longer supported, and will become a syntax error">
+L<Module::Pluggable> has been upgraded from version 4.5 to 4.6.
-The warning that use of C<$*> and C<$#> is no longer supported is now
-generated for every location that references them. Previously it would fail
-to be generated if another variable using the same typeglob was seen first
-(e.g. C<@*> before C<$*>), and would not be generated for the second and
-subsequent uses. (It's hard to fix the failure to generate warnings at all
-without also generating them every time, and warning every time is
-consistent with the warnings that C<$[> used to generate.)
+NOTE: L<Module::Pluggable> is deprecated and may be removed from a future version of Perl.
-=back
+=item *
-=head1 Utility Changes
+L<Net::Ping> has been upgraded from version 2.39 to 2.41.
-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>.
+This fixes some test failures on Windows.
-[ List utility changes as a =head3 entry for each utility and =item
-entries for each change
-Use L<XXX> with program names to get proper documentation linking. ]
+=item *
-=head3 L<XXX>
+L<Object::Accessor> has been upgraded from version 0.44 to 0.46.
-=over 4
+NOTE: L<Object::Accessor> is deprecated and may be removed from a future version of Perl.
=item *
-XXX
+L<overload> has been upgraded from version 1.20 to 1.21.
-=back
+=item *
+
+L<Perl::OSType> has been upgraded from version 1.002 to 1.003.
+
+This fixes a bug detecting the VOS operating system.
-=head1 Configuration and Compilation
+=item *
-XXX Changes to F<Configure>, F<installperl>, F<installman>, and analogous tools
-go here. Any other changes to the Perl build process should be listed here.
-However, any platform-specific changes should be listed in the
-L</Platform Support> section, instead.
+L<PerlIO::scalar> has been upgraded from version 0.15 to 0.16.
-[ List changes as a =item entry ].
+=item *
-=over 4
+L<Pod::Checker> has been upgraded from version 1.51 to 1.60.
=item *
-XXX
+L<Pod::Html> has been upgraded from version 1.17 to 1.18.
-=back
+=item *
-=head1 Testing
+L<Pod::Parser> has been upgraded from version 1.51 to 1.60.
-XXX Any significant changes to the testing of a freshly built perl should be
-listed here. Changes which create B<new> files in F<t/> go here as do any
-large changes to the testing harness (e.g. when parallel testing was added).
-Changes to existing files in F<t/> aren't worth summarizing, although the bugs
-that they represent may be covered elsewhere.
+=item *
-[ List each test improvement as a =item entry ]
+L<Pod::Perldoc> has been upgraded from version 3.17 to 3.19.
-=over 4
+=item *
+
+L<Pod::Usage> has been upgraded from version 1.51 to 1.61.
=item *
-XXX
+L<SelfLoader> has been upgraded from version 1.20 to 1.21.
-=back
+=item *
-=head1 Platform Support
+L<Term::UI> has been upgraded from version 0.32 to 0.34.
-XXX Any changes to platform support should be listed in the sections below.
+NOTE: L<Term::UI> is deprecated and may be removed from a future version of Perl.
-[ Within the sections, list each platform as a =item entry with specific
-changes as paragraphs below it. ]
+=item *
-=head2 New Platforms
+L<Test::Harness> has been upgraded from version 3.25_01 to 3.26.
-XXX List any platforms that this version of perl compiles on, that previous
-versions did not. These will either be enabled by new files in the F<hints/>
-directories, or new subdirectories and F<README> files at the top level of the
-source tree.
+=item *
-=over 4
+L<Text::Soundex> has been upgraded from version 3.03_01 to 3.04.
-=item XXX-some-platform
+=item *
+
+L<Thread::Queue> has been upgraded from version 3.01 to 3.02.
-XXX
+=item *
+
+L<Unicode::UCD> has been upgraded from version 0.47 to 0.50.
+
+=item *
+
+L<warnings> has been upgraded from version 1.16 to 1.17.
+
+=item *
+
+L<Win32> has been upgraded from version 0.45 to 0.46.
+
+=item *
+
+L<Win32API::File> has been upgraded from version 0.1200 to 0.1201.
=back
-=head2 Discontinued Platforms
+=head1 Documentation
-XXX List any platforms that this version of perl no longer compiles on.
+=head2 Changes to Existing Documentation
+
+=head3 L<perlrebackslash/\N>
=over 4
-=item XXX-some-platform
+=item *
-XXX
+This feature is no longer experimental.
=back
-=head2 Platform-Specific Notes
+=head1 Diagnostics
+
+The following additions or changes have been made to diagnostic output,
+including warnings and fatal error messages. For the complete list of
+diagnostic messages, see L<perldiag>.
-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.
+=head2 New Diagnostics
+
+=head3 New Warnings
=over 4
-=item XXX-some-platform
+=item *
-XXX
+L%c* is deprecated, and will become a syntax error|perldiag/"%c* is deprecated, and will become a syntax error">
+
+Use of C<@*>, C<&*>, C<**> or C<%*> is now deprecated, and will generate a
+compile time warning, enabled by default. In future such code will fail to
+compile with a syntax error. Removing these variables, along with C<$*>,
+will permit future syntax additions.
=back
-=head1 Internal Changes
+=head2 Changes to Existing Diagnostics
+
+=over 4
+
+=item *
+
+L<$* is no longer supported, and will become a syntax error|perldiag/"$* is no longer supported, and will become a syntax error">
+
+The warning that use of C<$*> and C<$#> is no longer supported is now
+generated for every location that references them. Previously it would fail
+to be generated if another variable using the same typeglob was seen first
+(e.g. C<@*> before C<$*>), and would not be generated for the second and
+subsequent uses. (It's hard to fix the failure to generate warnings at all
+without also generating them every time, and warning every time is
+consistent with the warnings that C<$[> used to generate.)
-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.
+=back
-[ List each change as a =item entry ]
+=head1 Internal Changes
=over 4
XXX need blurb, e.g. a reference to a new section in perlguts or perlxs
explaining how XS authors should handle COW strings.
-
=back
=head1 Selected Bug Fixes
-XXX Important bug fixes in the core language are summarized here. Bug fixes in
-files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
-
-[ List each fix as a =item entry ]
-
=over 4
=item *
=back
-=head1 Known Problems
-
-XXX Descriptions of platform agnostic bugs we know we can't fix go here. Any
-tests that had to be C<TODO>ed for the release would be noted here. Unfixed
-platform specific bugs also go here.
-
-[ List each fix as a =item entry ]
-
-=over 4
-
-=item *
-
-XXX
-
-=back
-
-=head1 Obituary
-
-XXX If any significant core contributor has died, we've added a short obituary
-here.
-
=head1 Acknowledgements
-XXX Generate this with:
-
- perl Porting/acknowledgements.pl v5.17.9..HEAD
+Perl 5.17.10 represents approximately 4 weeks of development since Perl 5.17.9
+and contains approximately 77,000 lines of changes across 440 files from 42
+authors.
+
+Perl continues to flourish into its third decade thanks to a vibrant community
+of users and developers. The following people are known to have contributed the
+improvements that became Perl 5.17.10:
+
+Aaron Crane, Aaron Trevena, Andrew Tam, Andy Dougherty, Anton Nikishaev, Brad
+Gilbert, Brian Fraser, Charlie Gonzalez, Chris 'BinGOs' Williams, Craig A.
+Berry, Daniel Dragan, David Golden, David Mitchell, Dominic Hargreaves, Florian
+Ragwitz, George Greer, H.Merijn Brand, James E Keenan, Jasmine Ahuja, John
+Goodyear, John Peacock, Karl Williamson, Kent Fredric, Lukas Mai, Max
+Maischein, Nicholas Clark, Patrik Hägglund, Paul Green, Peter Martini, Rafael
+Garcia-Suarez, Renee Baecker, Ricardo Signes, Ruslan Zakirov, Salvador
+Fandiño, Scott Lanning, Shirakata Kentaro, Steffen Müller, Steve Hay, Steve
+Peters, Sullivan Beck, Tony Cook, Yves Orton.
+
+The list above is almost certainly incomplete as it is automatically generated
+from version control history. In particular, it does not include the names of
+the (very much appreciated) contributors who reported issues to the Perl bug
+tracker.
+
+Many of the changes included in this version originated in the CPAN modules
+included in Perl's core. We're grateful to the entire CPAN community for
+helping Perl to flourish.
+
+For a more complete list of all of Perl's historical contributors, please see
+the F<AUTHORS> file in the Perl source distribution.
=head1 Reporting Bugs