X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl592delta.pod;h=cc23843c4e409740621fa7cf816c2db81f1b7517;hb=c1effa61278e47c916466883d74905b04fedc388;hp=63b210f00f0c6a58af25cf2b31b5e0d5fe0b8349;hpb=118f78c990a60cb6302b6aa16085a5c8296c670c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl592delta.pod b/pod/perl592delta.pod index 63b210f..cc23843 100644 --- a/pod/perl592delta.pod +++ b/pod/perl592delta.pod @@ -1,6 +1,6 @@ =head1 NAME -perldelta - what is new for perl v5.9.2 +perl592delta - what is new for perl v5.9.2 =head1 DESCRIPTION @@ -65,7 +65,7 @@ of memory. Previously such assignments would suffer from integer wrap-around during size calculations causing a misallocation, which would crash perl, and could theoretically be used for "stack smashing" attacks. The wrapping defaults to enabled on platforms where we know it works (most AIX -configurations, BSDi, Darwin, DEC OSF/1, FreeBSD, HP/UX, GNU Linux, OpenBSD, +configurations, BSDi, Darwin, DEC OSF/1, FreeBSD, HP-UX, GNU Linux, OpenBSD, Solaris, VMS and most Win32 compilers) and defaults to disabled on other platforms. @@ -139,7 +139,7 @@ by perl at startup. =item * -C, by Autrijus Tang, is a module to emit warnings +C, by Audrey Tang, is a module to emit warnings whenever an ASCII character string containing high-bit bytes is implicitly converted into UTF-8. @@ -302,7 +302,11 @@ perl release. For threaded builds, F has been reported to fail some tests on HP-UX 10.20. -F and F fail some tests on some BSD flavours. +Net::Ping might fail some tests on HP-UX 11.00 with the latest OS +upgrades. + +F, F and F fail some +tests on some BSD flavours. =head1 Plans for the next release