From: Rafael Garcia-Suarez Date: Tue, 4 Jun 2002 21:37:23 +0000 (+0000) Subject: s/modperl/mod_perl/g X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=efc3b6b58e3c8ae151afb5c494ee30cd4ecf7584;p=p5sagit%2Fp5-mst-13.2.git s/modperl/mod_perl/g p4raw-id: //depot/perl@16987 --- diff --git a/README.aix b/README.aix index 6da0cb2..1370cdc 100644 --- a/README.aix +++ b/README.aix @@ -78,7 +78,7 @@ called runtime linking mode instead of the emulated interface that was used in Perl releases 5.6.1 and earlier or, for AIX releases 4.2 and earlier. This change does break backward compatibility with compiled modules from earlier perl releases. The change was made to make Perl -more compliant with other applications like Apache/modperl which are +more compliant with other applications like Apache/mod_perl which are using the AIX native interface. This change also enables the use of C++ code with static constructors and destructors in perl extensions, which was not possible using the emulated interface. diff --git a/pod/perldelta.pod b/pod/perldelta.pod index a69a3af..3d97440 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -85,7 +85,7 @@ The AIX dynaloading now uses in AIX releases 4.3 and newer the native dlopen interface of AIX instead of the old emulated interface. This change will probably break backward compatibility with compiled modules. The change was made to make Perl more compliant with other -applications like modperl which are using the AIX native interface. +applications like mod_perl which are using the AIX native interface. =head2 Attributes for C variables now handled at run-time.