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