diff options
author | Lukas Mai <l.mai@web.de> | 2016-06-11 12:39:18 +0200 |
---|---|---|
committer | Lukas Mai <l.mai@web.de> | 2016-06-11 12:39:18 +0200 |
commit | 016af03917eea80cc676de5e934ea517073e5976 (patch) | |
tree | f48bfc2d4b762d1bfc1fcfcd065afcd499ff53c1 /README.aix | |
parent | 5e21a9a97fab08fc899f9b4b6e4cb01cdf27826e (diff) | |
download | perl-016af03917eea80cc676de5e934ea517073e5976.tar.gz |
README*: remove deprecated L<"section"> and L<section> syntax
Diffstat (limited to 'README.aix')
-rw-r--r-- | README.aix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.aix b/README.aix index 2b02db90b4..be2832739b 100644 --- a/README.aix +++ b/README.aix @@ -14,7 +14,7 @@ is compiled and/or runs. =head2 Compiling Perl 5 on AIX -For information on compilers on older versions of AIX, see L<Compiling +For information on compilers on older versions of AIX, see L</Compiling Perl 5 on older AIX versions up to 4.3.3>. When compiling Perl, you must use an ANSI C compiler. AIX does not ship @@ -31,7 +31,7 @@ works on your system. If you plan to link Perl to any module that requires thread-support, like DBD::Oracle, it is better to use the _r version of the compiler. This will not build a threaded Perl, but a thread-enabled Perl. See -also L<Threaded Perl> later on. +also L</Threaded Perl> later on. As of writing (2010-09) only the I<IBM XL C for AIX> or I<IBM XL C/C++ for AIX> compiler is supported by IBM on AIX 5L/6.1/7.1. |