Change 28705 by [EMAIL PROTECTED] on 2006/08/14 09:30:38
More perldelta nits.
Affected files ...
... //depot/perl/pod/perl594delta.pod#9 edit
Differences ...
==== //depot/perl/pod/perl594delta.pod#9 (text) ====
Index: perl/pod/perl594delta.pod
--- perl/pod/perl594delta.pod#8~28701~ 2006-08-13 06:53:54.000000000 -0700
+++ perl/pod/perl594delta.pod 2006-08-14 02:30:38.000000000 -0700
@@ -54,7 +54,7 @@
See L<perlsub/"Persistent variables via state()">.
-=head2 UNIVERSAL:DOES()
+=head2 UNIVERSAL::DOES()
The C<UNIVERSAL> class has a new method, C<DOES()>. It has been added to
solve semantic problems with the C<isa()> method. C<isa()> checks for
@@ -97,6 +97,11 @@
C<Win32API::File> has been added (for Windows builds). This module
provides low-level access to Win32 system API calls for files/dirs.
+=item *
+
+C<Package::Constants> has been added. It's a simple helper to list all
+constants declared in a given package.
+
=back
=head1 Utility Changes
@@ -129,8 +134,6 @@
=head1 Performance Enhancements
-Constants (Nicholas)
-
Regular expressions (Yves)
=head1 Installation and Configuration Improvements
@@ -182,6 +185,11 @@
Bytecode tests fails under several platforms. Support for byteloader and
compiler is considered to be removed before the 5.10.0 release.
+=head2 Platform-specific Problems
+
+The test F<ext/Socket/t/socketpair.t> crashes after completing all tests
+successfully when built with USE_ITHREADS and PERL_IMPLICIT_SYS on Win32.
+
=head1 Reporting Bugs
If you find what you think is a bug, you might check the articles
End of Patch.