This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perldelta nit by Brandon Black
[perl5.git] / pod / perl592delta.pod
index 63b210f..12e27eb 100644 (file)
@@ -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.
 
@@ -302,7 +302,11 @@ perl release.
 For threaded builds, F<ext/threads/shared/t/wait.t> has been reported to
 fail some tests on HP-UX 10.20.
 
-F<t/io/dup.t> and F<t/io/open.t> fail some tests on some BSD flavours.
+Net::Ping might fail some tests on HP-UX 11.00 with the latest OS
+upgrades.
+
+F<t/io/dup.t>, F<t/io/open.t> and F<lib/ExtUtils/t/Constant.t> fail some
+tests on some BSD flavours.
 
 =head1 Plans for the next release