Return-Path: Delivered-To: apmail-perl-docs-cvs-archive@perl.apache.org Received: (qmail 26108 invoked by uid 500); 1 Jun 2002 08:44:04 -0000 Mailing-List: contact docs-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list docs-cvs@perl.apache.org Received: (qmail 26097 invoked by uid 500); 1 Jun 2002 08:44:04 -0000 Delivered-To: apmail-modperl-docs-cvs@apache.org Date: 1 Jun 2002 08:44:02 -0000 Message-ID: <20020601084402.86166.qmail@icarus.apache.org> From: stas@apache.org To: modperl-docs-cvs@apache.org Subject: cvs commit: modperl-docs/src/docs/2.0/api/mod_perl-2.0/Apache Reload.pod X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N stas 2002/06/01 01:44:02 Modified: src/docs/2.0/api/mod_perl-2.0/Apache Reload.pod Log: as of 5.8 pseudo-hashes are deprecated Revision Changes Path 1.5 +9 -7 modperl-docs/src/docs/2.0/api/mod_perl-2.0/Apache/Reload.pod Index: Reload.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/mod_perl-2.0/Apache/Reload.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Reload.pod 19 May 2002 09:40:24 -0000 1.4 +++ Reload.pod 1 Jun 2002 08:44:02 -0000 1.5 @@ -171,14 +171,16 @@ =head2 Pseudo-hashes -The short summary of this is: Don't use pseudo-hashes. Use an array -with constant indexes. Its faster in the general case, its more -guaranteed, and generally, it works. +The short summary of this is: Don't use pseudo-hashes. They are +deprecated since Perl 5.8 and will be removed in 5.10 -The long summary is that I've done some work to get this working with -modules that use pseudo-hashes, but its still broken in the case of a -single module that contains multiple packages that all use -pseudo-hashes. +Use an array with constant indexes. Its faster in the general case, +its more guaranteed, and generally, it works. + +The long summary is that some work has been done to get this module +working with modules that use pseudo-hashes, but it's still broken in +the case of a single module that contains multiple packages that all +use pseudo-hashes. So don't do that. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org For additional commands, e-mail: docs-cvs-help@perl.apache.org