Mass Deface
below for further issues.
=item Numeric conversions
Numeric conversions did not recognize changes in the string value
properly in certain circumstances.
In other situations, large unsigned numbers (those above 2**31) could
sometimes lose their unsignedness, causing bogus results in arithmetic
operations.
Integer modulus on large unsigned integers sometimes returned
incorrect values.
Perl 5.6.0 generated "not a number" warnings on certain conversions where
previous versions didn't.
These problems have all been rectified.
Infinity is now recognized as a number.
=item qw(a\\b)
In Perl 5.6.0, qw(a\\b) produced a string with two backslashes instead
of one, in a departure from the behavior in previous versions. The
older behavior has been reinstated.
=item caller()
caller() could cause core dumps in certain situations. Carp was sometimes
affected by this problem.
=item Bugs in regular expressions
Pattern matches on overloaded values are now handled correctly.
Perl 5.6.0 parsed m/\x{ab}/ incorrectly, leading to spurious warnings.
This has been corrected.
The RE engine found in Perl 5.6.0 accidentally pessimised certain kinds
of simple pattern matches. These are now handled better.
Regular expression debug output (whether through C