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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]