| 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
|
|---|
|
|---|