Skip test for changing TZ if running in a pseudo-fork (on Win32)
[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
9948897e 8development releases.
7120b314 9
10=head1 Incompatible Changes
11
12=head1 Core Enhancements
13
1839a850 14=head1 The C<overloading> pragma
15
16This pragma allows you to lexically disable or enable overloading
17for some or all operations. (Yuval Kogman)
18
7120b314 19=head1 Modules and Pragmata
20
1839a850 21=head2 Pragmata Changes
22
23=over 4
24
25=item C<overloading>
26
27See L</"The C<overloading> pragma"> above.
28
29=back
30
7120b314 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
54ad55c5 41=over 4
42
43=item C<-I> on shebang line now adds directories in front of @INC
44
45as documented, and as does C<-I> when specified on the command-line.
46(Renée Bäcker)
47
48=back
49
7120b314 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
60If you find what you think is a bug, you might check the articles
61recently posted to the comp.lang.perl.misc newsgroup and the perl
62bug database at http://bugs.perl.org/ . There may also be
63information at http://www.perl.org/ , the Perl Home Page.
64
65If you believe you have an unreported bug, please run the B<perlbug>
66program included with your release. Be sure to trim your bug down
67to a tiny but sufficient test case. Your bug report, along with the
68output of C<perl -V>, will be sent off to perlbug@perl.org to be
69analysed by the Perl porting team.
70
71=head1 SEE ALSO
72
73The F<Changes> file for exhaustive details on what changed.
74
75The F<INSTALL> file for how to build Perl.
76
77The F<README> file for general stuff.
78
79The F<Artistic> and F<Copying> files for copyright information.
80
81=cut