source: trunk/essentials/dev-lang/perl/pod/perl585delta.pod@ 3392

Last change on this file since 3392 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 5.8 KB
Line 
1=head1 NAME
2
3perl585delta - what is new for perl v5.8.5
4
5=head1 DESCRIPTION
6
7This document describes differences between the 5.8.4 release and
8the 5.8.5 release.
9
10=head1 Incompatible Changes
11
12There are no changes incompatible with 5.8.4.
13
14=head1 Core Enhancements
15
16Perl's regular expression engine now contains support for matching on the
17intersection of two Unicode character classes. You can also now refer to
18user-defined character classes from within other user defined character
19classes.
20
21=head1 Modules and Pragmata
22
23=over 4
24
25=item *
26
27Carp improved to work nicely with Safe. Carp's message reporting should now
28be anomaly free - it will always print out line number information.
29
30=item *
31
32CGI upgraded to version 3.05
33
34=item *
35
36charnames now avoids clobbering $_
37
38=item *
39
40Digest upgraded to version 1.08
41
42=item *
43
44Encode upgraded to version 2.01
45
46=item *
47
48FileCache upgraded to version 1.04
49
50=item *
51
52libnet upgraded to version 1.19
53
54=item *
55
56Pod::Parser upgraded to version 1.28
57
58=item *
59
60Pod::Perldoc upgraded to version 3.13
61
62=item *
63
64Pod::LaTeX upgraded to version 0.57
65
66=item *
67
68Safe now works properly with Carp
69
70=item *
71
72Scalar-List-Utils upgraded to version 1.14
73
74=item *
75
76Shell's documentation has been re-written, and its historical partial
77auto-quoting of command arguments can now be disabled.
78
79=item *
80
81Test upgraded to version 1.25
82
83=item *
84
85Test::Harness upgraded to version 2.42
86
87=item *
88
89Time::Local upgraded to version 1.10
90