summaryrefslogtreecommitdiff
path: root/README.aix
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-06-04 21:37:23 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-06-04 21:37:23 +0000
commitefc3b6b58e3c8ae151afb5c494ee30cd4ecf7584 (patch)
tree1a751ae4a01f08cef5aace16f88d96137c63be97 /README.aix
parente6dc8c81f3314a47d3cb1777582a29b08c8761a3 (diff)
downloadperl-efc3b6b58e3c8ae151afb5c494ee30cd4ecf7584.tar.gz
s/modperl/mod_perl/g
p4raw-id: //depot/perl@16987
Diffstat (limited to 'README.aix')
-rw-r--r--README.aix2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.aix b/README.aix
index 6da0cb2c50..1370cdcae7 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.