diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-04-25 10:49:31 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-18 11:15:02 -0600 |
commit | 2702142091e79b769abcfd739e21ca6669be571f (patch) | |
tree | fb167ca161ec91fd498e3b0b86157e31db47d9e8 /INSTALL | |
parent | f9126265bc03faa150614fa80fcd98e7056fb385 (diff) | |
download | perl-2702142091e79b769abcfd739e21ca6669be571f.tar.gz |
INSTALL: broken link
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -984,7 +984,7 @@ Perl comes with interfaces to number of libraries, including threads, dbm, ndbm, gdbm, and Berkeley db. For the *db* extension, if Configure can find the appropriate header files and libraries, it will automatically include that extension. The threading extension needs -to be specified explicitly (see L<Threads>). +to be specified explicitly (see L</Threads>). Those libraries are not distributed with perl. If your header (.h) files for those libraries are not in a directory normally searched by your C |