This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #51370] length($@)>0 for empty $@ if utf8 is in use
[perl5.git] / pod / perl5110delta.pod
1 =head1 NAME
2
3 perldelta - what is new for perl v5.11.0
4
5 =head1 DESCRIPTION
6
7 This document describes differences between the 5.10.0 and the 5.11.0
8 developement releases.
9
10 =head1 Incompatible Changes
11
12 =head1 Core Enhancements
13
14 =head1 Modules and Pragmata
15
16 =head1 Utility Changes
17
18 =head1 Documentation
19
20 =head1 Performance Enhancements
21
22 =head1 Installation and Configuration Improvements
23
24 =head1 Selected Bug Fixes
25
26 =head1 New or Changed Diagnostics
27
28 =head1 Changed Internals
29
30 =head1 Known Problems
31
32 =head2 Platform Specific Problems
33
34 =head1 Reporting Bugs
35
36 If you find what you think is a bug, you might check the articles
37 recently posted to the comp.lang.perl.misc newsgroup and the perl
38 bug database at http://bugs.perl.org/ .  There may also be
39 information at http://www.perl.org/ , the Perl Home Page.
40
41 If you believe you have an unreported bug, please run the B<perlbug>
42 program included with your release.  Be sure to trim your bug down
43 to a tiny but sufficient test case.  Your bug report, along with the
44 output of C<perl -V>, will be sent off to perlbug@perl.org to be
45 analysed by the Perl porting team.
46
47 =head1 SEE ALSO
48
49 The F<Changes> file for exhaustive details on what changed.
50
51 The F<INSTALL> file for how to build Perl.
52
53 The F<README> file for general stuff.
54
55 The F<Artistic> and F<Copying> files for copyright information.
56
57 =cut