From d06a652890e803463101f283eb48d1a3bbc3994e Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 14 Aug 2006 09:30:38 +0000 Subject: [PATCH] More perldelta nits. p4raw-id: //depot/perl@28705 --- pod/perl594delta.pod | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/pod/perl594delta.pod b/pod/perl594delta.pod index 458e86a..49e71c9 100644 --- a/pod/perl594delta.pod +++ b/pod/perl594delta.pod @@ -54,7 +54,7 @@ or by using the C<-E> command-line switch in one-liners. See L. -=head2 UNIVERSAL:DOES() +=head2 UNIVERSAL::DOES() The C class has a new method, C. It has been added to solve semantic problems with the C method. C checks for @@ -97,6 +97,11 @@ value, in a thread-safe garbage-collected way. C has been added (for Windows builds). This module provides low-level access to Win32 system API calls for files/dirs. +=item * + +C 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 @@ string encodings in Perl, due to Juerd Waalboer. =head1 Performance Enhancements -Constants (Nicholas) - Regular expressions (Yves) =head1 Installation and Configuration Improvements @@ -182,6 +185,11 @@ locales. 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 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 -- 1.8.3.1