3 perldelta - what is new for perl v5.11.0
7 This document describes differences between the 5.10.0 and the 5.11.0
10 =head1 Incompatible Changes
12 =head1 Core Enhancements
14 =head1 The C<overloading> pragma
16 This pragma allows you to lexically disable or enable overloading
17 for some or all operations. (Yuval Kogman)
19 =head1 Modules and Pragmata
21 =head2 Pragmata Changes
27 See L</"The C<overloading> pragma"> above.
31 =head1 Utility Changes
35 =head1 Performance Enhancements
37 =head1 Installation and Configuration Improvements
39 =head1 Selected Bug Fixes
43 =item C<-I> on shebang line now adds directories in front of @INC
45 as documented, and as does C<-I> when specified on the command-line.
50 =head1 New or Changed Diagnostics
52 =head1 Changed Internals
56 =head2 Platform Specific Problems
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.
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.
73 The F<Changes> file for exhaustive details on what changed.
75 The F<INSTALL> file for how to build Perl.
77 The F<README> file for general stuff.
79 The F<Artistic> and F<Copying> files for copyright information.