Calculated patch sizes for the modern era.
[p5sagit/p5-mst-13.2.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 The C<overloading> pragma
15
16 This pragma allows you to lexically disable or enable overloading
17 for some or all operations. (Yuval Kogman)
18
19 =head1 Modules and Pragmata
20
21 =head2 Pragmata Changes
22
23 =over 4
24
25 =item C<overloading>
26
27 See L</"The C<overloading> pragma"> above.
28
29 =back
30
31 =head1 Utility Changes
32
33 =head1 Documentation
34
35 =head1 Performance Enhancements
36
37 =head1 Installation and Configuration Improvements
38
39 =head1 Selected Bug Fixes
40
41 =over 4
42
43 =item C<-I> on shebang line now adds directories in front of @INC
44
45 as documented, and as does C<-I> when specified on the command-line.
46 (Renée Bäcker)
47
48 =back
49
50 =head1 New or Changed Diagnostics
51
52 =head1 Changed Internals
53
54 =head1 Known Problems
55
56 =head2 Platform Specific Problems
57
58 =head1 Reporting Bugs
59
60 If you find what you think is a bug, you might check the articles
61 recently posted to the comp.lang.perl.misc newsgroup and the perl
62 bug database at http://bugs.perl.org/ .  There may also be
63 information at http://www.perl.org/ , the Perl Home Page.
64
65 If you believe you have an unreported bug, please run the B<perlbug>
66 program included with your release.  Be sure to trim your bug down
67 to a tiny but sufficient test case.  Your bug report, along with the
68 output of C<perl -V>, will be sent off to perlbug@perl.org to be
69 analysed by the Perl porting team.
70
71 =head1 SEE ALSO
72
73 The F<Changes> file for exhaustive details on what changed.
74
75 The F<INSTALL> file for how to build Perl.
76
77 The F<README> file for general stuff.
78
79 The F<Artistic> and F<Copying> files for copyright information.
80
81 =cut