Larry's fix for buggy propagation of utf8-ness in join(); add test
[p5sagit/p5-mst-13.2.git] / pod / perldelta.pod
CommitLineData
cc0fca54 1=head1 NAME
2
3perldelta - what's new for perl v5.8.0
4
5=head1 DESCRIPTION
6
7This document describes differences between the 5.6 release and this one.
8
9=head1 Core Enhancements
10
11=head1 Modules and Pragmata
12
13=head1 Utility Changes
14
15=head1 Improved Documentation
16
17=head1 Performance enhancements
18
19=head1 Installation and Configuration Improvements
20
21=head1 Platform specific changes
22
23=head1 Significant bug fixes
24
25=head1 New or Changed Diagnostics
26
27=head1 New tests
28
29=head1 Incompatible Changes
30
31=head1 Known Problems
32
33=head1 Obsolete Diagnostics
34
35=head1 Reporting Bugs
36
37If you find what you think is a bug, you might check the
38articles recently posted to the comp.lang.perl.misc newsgroup.
39There may also be information at http://www.perl.com/perl/, the Perl
40Home Page.
41
42If you believe you have an unreported bug, please run the B<perlbug>
43program included with your release. Be sure to trim your bug down
44to a tiny but sufficient test case. Your bug report, along with the
45output of C<perl -V>, will be sent off to perlbug@perl.com to be
46analysed by the Perl porting team.
47
48=head1 SEE ALSO
49
50The F<Changes> file for exhaustive details on what changed.
51
52The F<INSTALL> file for how to build Perl.
53
54The F<README> file for general stuff.
55
56The F<Artistic> and F<Copying> files for copyright information.
57
58=head1 HISTORY
59
60Written by Gurusamy Sarathy <F<gsar@activestate.com>>, with many
61contributions from The Perl Porters.
62
63Send omissions or corrections to <F<perlbug@perl.com>>.
64
65=cut