make make_patchnum.sh (more) portable
[p5sagit/p5-mst-13.2.git] / pod / perl5110delta.pod
CommitLineData
7120b314 1=head1 NAME
2
3perldelta - what is new for perl v5.11.0
4
5=head1 DESCRIPTION
6
7This document describes differences between the 5.10.0 and the 5.11.0
8developement 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
54ad55c5 26=over 4
27
28=item C<-I> on shebang line now adds directories in front of @INC
29
30as documented, and as does C<-I> when specified on the command-line.
31(Renée Bäcker)
32
33=back
34
7120b314 35=head1 New or Changed Diagnostics
36
37=head1 Changed Internals
38
39=head1 Known Problems
40
41=head2 Platform Specific Problems
42
43=head1 Reporting Bugs
44
45If you find what you think is a bug, you might check the articles
46recently posted to the comp.lang.perl.misc newsgroup and the perl
47bug database at http://bugs.perl.org/ . There may also be
48information at http://www.perl.org/ , the Perl Home Page.
49
50If you believe you have an unreported bug, please run the B<perlbug>
51program included with your release. Be sure to trim your bug down
52to a tiny but sufficient test case. Your bug report, along with the
53output of C<perl -V>, will be sent off to perlbug@perl.org to be
54analysed by the Perl porting team.
55
56=head1 SEE ALSO
57
58The F<Changes> file for exhaustive details on what changed.
59
60The F<INSTALL> file for how to build Perl.
61
62The F<README> file for general stuff.
63
64The F<Artistic> and F<Copying> files for copyright information.
65
66=cut