This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix installperl typo
[perl5.git] / pod / perldelta.pod
1 =head1 NAME
2
3 perldelta - what's new for perl5.005
4
5 =head1 DESCRIPTION
6
7 This document describes differences between the 5.004 release and this one.
8
9 =head1 Incompatible Changes
10
11 =head1 Core Changes
12
13 =head1 Modules
14
15 =head2 Required Updates
16
17     XXX Any???
18
19 =head1 Utility Changes
20
21 =head1 C Language API Changes
22
23 =head1 Documentation Changes
24
25 =head1 BUGS
26
27 If you find what you think is a bug, you might check the headers of
28 recently posted articles in the comp.lang.perl.misc newsgroup.
29 There may also be information at http://www.perl.com/perl/, the Perl
30 Home Page.
31
32 If you believe you have an unreported bug, please run the B<perlbug>
33 program included with your release.  Make sure you trim your bug down
34 to a tiny but sufficient test case.  Your bug report, along with the
35 output of C<perl -V>, will be sent off to <F<perlbug@perl.com>> to be
36 analysed by the Perl porting team.
37
38 =head1 SEE ALSO
39
40 The F<Changes> file for exhaustive details on what changed.
41
42 The F<INSTALL> file for how to build Perl.
43
44 The F<README> file for general stuff.
45
46 The F<Artistic> and F<Copying> files for copyright information.
47
48 =head1 HISTORY