| 1 | =head1 NAME
|
|---|
| 2 |
|
|---|
| 3 | perl583delta - what is new for perl v5.8.3
|
|---|
| 4 |
|
|---|
| 5 | =head1 DESCRIPTION
|
|---|
| 6 |
|
|---|
| 7 | This document describes differences between the 5.8.2 release and
|
|---|
| 8 | the 5.8.3 release.
|
|---|
| 9 |
|
|---|
| 10 | If you are upgrading from an earlier release such as 5.6.1, first read
|
|---|
| 11 | the L<perl58delta>, which describes differences between 5.6.0 and
|
|---|
| 12 | 5.8.0, and the L<perl581delta> and L<perl582delta>, which describe differences
|
|---|
| 13 | between 5.8.0, 5.8.1 and 5.8.2
|
|---|
| 14 |
|
|---|
| 15 | =head1 Incompatible Changes
|
|---|
| 16 |
|
|---|
| 17 | There are no changes incompatible with 5.8.2.
|
|---|
| 18 |
|
|---|
| 19 | =head1 Core Enhancements
|
|---|
| 20 |
|
|---|
| 21 | A C<SCALAR> method is now available for tied hashes. This is called when
|
|---|
|
|---|