diff options
author | Karl Williamson <khw@cpan.org> | 2018-06-01 10:41:52 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-05-25 22:15:22 -0600 |
commit | ef460fb9bf5e46f97b57c9532ad89475c3c879cb (patch) | |
tree | 0fd1d537fe577ad70d1dee28bf46414c6272455d /INSTALL | |
parent | 3eb2b47d438b092eee9d684b3d6a0039ac5b4256 (diff) | |
download | perl-ef460fb9bf5e46f97b57c9532ad89475c3c879cb.tar.gz |
INTALL: Use L</Foo Bar>, not L<Foo Bar>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1019,7 +1019,7 @@ Removes -g from optimize, and -DDEBUGGING from ccflags. =back If you are using a shared libperl, see the warnings about multiple -versions of perl under L<Building a shared Perl library>. +versions of perl under L</Building a shared Perl library>. Note that a perl built with -DDEBUGGING will be much bigger and will run much, much more slowly than a standard perl. @@ -1854,11 +1854,11 @@ Packaging and transferring either the core Perl modules or CPAN modules to the target platform is also left up to the each cross-compilation environment. Often the cross-compilation target platforms are somewhat limited in diskspace: see the section -L<Minimizing the Perl installation> to learn more of the minimal set +L</Minimizing the Perl installation> to learn more of the minimal set of files required for a functional Perl installation. For some cross-compilation environments the Configure option -C<-Dinstallprefix=...> might be handy, see L<Changing the installation +C<-Dinstallprefix=...> might be handy, see L</Changing the installation directory>. About the cross-compilation support of Configure: There's two forms. |