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